oops
This commit is contained in:
parent
0f05dd7ea9
commit
f9ce711b25
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Module(object):
|
|||
target = event["user"]
|
||||
if not is_channel and hook.kwargs.get("channel_only"):
|
||||
return
|
||||
if is_channel and hooks.kwargs.get("private_only"):
|
||||
if is_channel and hook.kwargs.get("private_only"):
|
||||
return
|
||||
|
||||
log = target.log
|
||||
|
|
Loading…
Reference in a new issue