diff options
Diffstat (limited to 'modules/check_mode.py')
| -rw-r--r-- | modules/check_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/check_mode.py b/modules/check_mode.py index add90cc8..f3d3edb5 100644 --- a/modules/check_mode.py +++ b/modules/check_mode.py @@ -34,4 +34,4 @@ class Module(ModuleManager.BaseModule): @utils.hook("check.command.channel-mode") def check_command(self, event): - return self._check_command(event, event["check_args"][0]) + return self._check_command(event, event["request_args"][0]) |
