diff --git a/modules/pawserv.py b/modules/pawserv.py index 7d963ea..794df41 100644 --- a/modules/pawserv.py +++ b/modules/pawserv.py @@ -35,7 +35,7 @@ class IRCatModule: self.hostname = host self.memory = {} # {nick: [authtoken, password, email]} print("PawServ loaded!") - def command(self, command, args, ip, nick, connection, user, v3tags): + def command(self, command, args, ip, nick, connection, user, v3tags, *args, **kwargs): try: if command == "NICKSERV" or (command == "PRIVMSG" and args[0].lower() == "nickserv") or command == "PASS": if command == "PASS":