aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands.py')
-rw-r--r--modules/commands.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/commands.py b/modules/commands.py
index d06c7f46..39ff4564 100644
--- a/modules/commands.py
+++ b/modules/commands.py
@@ -94,6 +94,9 @@ def _command_method_validate(s):
@utils.export("channelset", {"setting": "commands",
"help": "Disable/enable responding to commands in-channel",
"validate": utils.bool_or_none})
+@utils.export("channelset", {"setting": "prefixed-commands",
+ "help": "Disable/enable responding to prefixed commands in-channel",
+ "validate": utils.bool_or_none})
class Module(ModuleManager.BaseModule):
@utils.hook("new.user|channel")
def new(self, event):