Pass server param to _is_ignored
This commit is contained in:
parent
0114d35d4c
commit
8312efcc1c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.has_command(command):
|
if self.has_command(command):
|
||||||
if self._is_ignored(event["user"], command):
|
if self._is_ignored(event["server"], event["user"], command):
|
||||||
return
|
return
|
||||||
|
|
||||||
hook = None
|
hook = None
|
||||||
|
|
Loading…
Reference in a new issue