Merge commit '1a3094242b
' into develop
This commit is contained in:
commit
bc2362e6a6
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Reference in a new issue