From 53d64a7e0d51abed80f2a5a2099f8834aaf0d407 Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 21 Jan 2025 19:33:00 -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 21c4dff..9f3b6a1 100644 --- a/modules/pawserv.py +++ b/modules/pawserv.py @@ -29,7 +29,7 @@ class IRCatModule: args = args[1:] 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")) + connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :Feature not implemented in PawServ plugin yet.\r\n", "UTF-8")) else: connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :NickServ Usage:\r\n","UTF-8")) connection.sendall(bytes(f":NickServ!Meow@PawServ NOTICE {nick} :IDENTIFY pass - Identifies your nickname\r\n","UTF-8"))