From b03dd7dc9a71d458a9294bb9b1c0bfccbaf37dd0 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Mon, 9 Dec 2024 15:52:08 -0800 Subject: [PATCH] whois --- server.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server.py b/server.py index 70decb5..228087b 100644 --- a/server.py +++ b/server.py @@ -165,8 +165,6 @@ def session(connection, client): #connection.sendall(bytes(f":{server} 313 {target} :is an IRC operator\r\n","UTF-8")) # I haven't implemented modes yet. #connection.sendall(bytes(f":{server} 317 {target} {time} :seconds idle\r\n","UTF-8")) # I haven't implemented idle time yet. connection.sendall(bytes(f":{server} 318 {target} :End of /WHOIS list\r\n","UTF-8")) - - else: connection.sendall(bytes(f":{server} 401 {pending} {target} :No such nick/channel\r\n","UTF-8")) elif command == "NAMES":