typo in !hostmask, 'spect' -> 'spec'
This commit is contained in:
parent
83bc75c9cc
commit
ceb0a19679
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class Module(ModuleManager.BaseModule):
|
|||
@utils.spec("!'list")
|
||||
@utils.spec("!'add,remove ?<hostmask>word")
|
||||
def hostmask(self, event):
|
||||
subcommand = event["spect"][0]
|
||||
subcommand = event["spec"][0]
|
||||
hostmasks = event["user"].get_setting(HOSTMASKS_SETTING, [])
|
||||
|
||||
if subcommand == "list":
|
||||
|
|
Loading…
Reference in a new issue