aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/__init__.py')
-rw-r--r--modules/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 118bf826..ea136536 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -357,7 +357,7 @@ class Module(ModuleManager.BaseModule):
try:
hook, command, args_split = self._find_command_hook(
- event["server"], command, False, args_split)
+ event["server"], command, False, args)
except BadContextException:
event["user"].send_message(
"That command is not valid in a PM")