diff --git a/server.py b/server.py index 4062a39..80ee4fd 100644 --- a/server.py +++ b/server.py @@ -292,7 +292,7 @@ def session(connection, client, ip, ssl=False): elif finished: processedExternally = False for i in commandProviders: - if i.command(): + if i.command(command=command, args=args, nick=pending, ip=client[0], user=property_list[pending]): processedExternally = True break if processedExternally: