typo, 'preix' -> 'prefix'
This commit is contained in:
parent
73c3068a8d
commit
451d0c5928
1 changed files with 2 additions and 2 deletions
|
@ -242,7 +242,7 @@ class Module(ModuleManager.BaseModule):
|
|||
return
|
||||
if result:
|
||||
if event["target"].get_setting("github-hide-prefix", False):
|
||||
event["stdout"].hide_preix()
|
||||
event["stdout"].hide_prefix()
|
||||
event["stdout"].write(result)
|
||||
|
||||
@utils.hook("command.regex")
|
||||
|
@ -259,7 +259,7 @@ class Module(ModuleManager.BaseModule):
|
|||
return
|
||||
if result:
|
||||
if event["target"].get_setting("github-hide-prefix", False):
|
||||
event["stdout"].hide_preix()
|
||||
event["stdout"].hide_prefix()
|
||||
event["stdout"].write(result)
|
||||
|
||||
@utils.hook("received.command.ghwebhook", min_args=1, channel_only=True)
|
||||
|
|
Loading…
Reference in a new issue