# File lib/rbot/core/irclog.rb, line 239 def logfilepath(where_str, now) File.join(@bot.botclass, 'logs', now.strftime(@fn_format) % { :where => where_str }) end