Update modules/pawserv.py

This commit is contained in:
Nova Cat 2025-02-04 16:56:27 -08:00
parent cb1bd21e57
commit 1eb4d91204

View file

@ -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":