From 2f555b39f3bba22781ab4d81ca579b1fa4c73cfd Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 19:19:37 -0800 Subject: [PATCH] Update modules/pawserv.py --- modules/pawserv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pawserv.py b/modules/pawserv.py index 5b707ff..7240e2d 100644 --- a/modules/pawserv.py +++ b/modules/pawserv.py @@ -27,7 +27,7 @@ class command: if command == "NICKSERV" or (command == "PRIVMSG" and args[0].lower() == "nickserv"): if command == "PRIVMSG": args = args[1:] - args[0] = args[0][1:] if args[0][0] == ":" + args[0] = args[0][1:] if args[0][0] == ":" else args[0] if args[0].lower() == "identify": connection.sendall(Bytes(f":NickServ!Meow@PawServ NOTICE {nick} :Feature not implemented in PawServ plugin yet.", "UTF-8")) elif: