denoodled another plugin
This commit is contained in:
parent
f85bc3e935
commit
1a3094242b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ def get_log_fd(dir, server, chan):
|
|||
|
||||
@hook.singlethread
|
||||
@hook.event('*')
|
||||
def log(input=None, bot=None):
|
||||
def log(paraml, input=None, bot=None):
|
||||
timestamp = gmtime(timestamp_format)
|
||||
|
||||
fd = get_log_fd(bot.persist_dir, input.server, 'raw')
|
||||
|
|
Reference in a new issue