Update server.py

This commit is contained in:
Nova Cat 2024-12-09 11:02:45 -08:00
parent 7e06238602
commit c433407508

View file

@ -163,6 +163,8 @@ def session(connection, client):
connection.sendall(bytes(f"ERROR :Closing Link: {client[0]} ({msg})\r\n","UTF-8"))
connection.close()
break
elif text.split(" ")[0] == "GITSERV":
connection.sendall(bytes(f":GitServ!~IRCat@IRCatCore NOTICE {pending} :Hello!\r\n","UTF-8"))