From bbd5c63cef1692ad6f711abf72a34c8f6ba20e7e Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Fri, 14 Feb 2025 23:23:41 -0800
Subject: [PATCH] Update server.py

---
 server.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.py b/server.py
index 098d150..7762764 100644
--- a/server.py
+++ b/server.py
@@ -483,6 +483,7 @@ def session(connection, client, ip, isssl=False):
                                             property_list[pending]["modes"] = temp_mode
                                             dosend(bytes(f"{tags()}:{pending} MODE {pending} +{temp_mode}\r\n","UTF-8"))
                                     if "initchan" in cmdrun:
+                                        print(cmdrun["initchan"])
                                         channels_list[cmdrun["initchan"]["name"]] = []
                                         topic_list[cmdrun["initchan"]["name"]] = cmdrun["initchan"]["topic"]
                                         channel_modestore_identify[cmdrun["initchan"]["name"]] = cmdrun["initchan"]["automodes"]