From b4724cddb4a47ecad0e453235e630dfbe335b5fa Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Fri, 14 Feb 2025 23:39:03 -0800 Subject: [PATCH] Update server.py --- server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server.py b/server.py index 968ff7a..caf201a 100644 --- a/server.py +++ b/server.py @@ -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