Update modules/pawserv.py

This commit is contained in:
Nova Cat 2025-02-04 17:06:35 -08:00
parent e2a567e251
commit eab7a2a204

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, *nkwargs, **kwargs):
def command(self, command, args, ip, nick, connection, user, v3tag, *nkwargs, **kwargs):
try:
if command == "NICKSERV" or (command == "PRIVMSG" and args[0].lower() == "nickserv") or command == "PASS":
if command == "PASS":