diff options
Diffstat (limited to 'modules/commands.py')
| -rw-r--r-- | modules/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/commands.py b/modules/commands.py index 25e6dfae..20c8b497 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -137,6 +137,7 @@ class Module(ModuleManager.BaseModule): return new_args = new_args.replace(match.group(0), args_split[index]) + args_split = new_args.split(" ") if self.has_command(command): ignore = event["user"].get_setting("ignore", False) |
