This commit is contained in:
jesopo 2016-04-04 23:20:55 +01:00
parent 0f05dd7ea9
commit f9ce711b25
No known key found for this signature in database
GPG key ID: 0BBDEB2AEFCFFCB3

View file

@ -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