From 3039119f4a75c569b0bd25800c2a10a3c9858c67 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 22 Dec 2018 01:02:55 +0000 Subject: [PATCH] Actually set new args_split (commands.py) --- modules/commands.py | 1 + 1 file changed, 1 insertion(+) 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)