Update server.py

This commit is contained in:
Nova Cat 2025-02-14 23:39:03 -08:00
parent b5b1046f1e
commit b4724cddb4

View file

@ -236,6 +236,7 @@ def session(connection, client, ip, isssl=False):
global nickname_list
global channel_modestore
global channel_modestore_identify
global topic_list
pending = "*" # The nickname of the client
already_set = False # If the client gave the server a NICK packet
ready = False # If the client gave the server a USER packet