Merge commit '1a3094242b' into develop

This commit is contained in:
Fletcher Boyd 2013-09-04 21:54:06 +08:00
commit bc2362e6a6

View file

@ -90,7 +90,7 @@ def get_log_fd(dir, server, chan):
@hook.singlethread @hook.singlethread
@hook.event('*') @hook.event('*')
def log(input=None, bot=None): def log(paraml, input=None, bot=None):
timestamp = gmtime(timestamp_format) timestamp = gmtime(timestamp_format)
fd = get_log_fd(bot.persist_dir, input.server, 'raw') fd = get_log_fd(bot.persist_dir, input.server, 'raw')