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
|
||||
|
||||
if self.has_command(command):
|
||||
if self._is_ignored(event["user"], command):
|
||||
if self._is_ignored(event["server"], event["user"], command):
|
||||
return
|
||||
|
||||
hook = None
|
||||
|
|
Loading…
Reference in a new issue