diff options
| author | 2018-12-22 01:02:55 +0000 | |
|---|---|---|
| committer | 2018-12-22 01:02:55 +0000 | |
| commit | 3039119f4a75c569b0bd25800c2a10a3c9858c67 (patch) | |
| tree | 2dc6ab90a5d1b69d81441a62fda0ec57de8a9bf2 /modules/commands.py | |
| parent | .partition returns a tuple of 3 (commands.py) (diff) | |
| signature | ||
Actually set new args_split (commands.py)
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) |
