diff --git a/protocols/clientbot.py b/protocols/clientbot.py index 352e96a..ececcc1 100644 --- a/protocols/clientbot.py +++ b/protocols/clientbot.py @@ -96,7 +96,7 @@ class ClientbotWrapperProtocol(Protocol): args = self.parsePrefixedArgs(data) sender = args[0] command = args[1] - args = args[1:] + args = args[2:] except IndexError: # Raw command without an explicit sender; assume it's being sent by our uplink.