From 305ca8e9277cf6d46f2c1560f60be3c50ad5ca51 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Thu, 3 Apr 2025 16:34:12 -0700
Subject: [PATCH] Update server.py

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

diff --git a/server.py b/server.py
index 40a533d..0661579 100644
--- a/server.py
+++ b/server.py
@@ -178,7 +178,7 @@ nickname_list = {} # Stores nicknames and the respective sockets
 lower_nicks =   {"catserv": "CatServ"} # Nicknames in lowercase
 channel_modestore = {} # Channel: {nick: mode}
 channel_modestore_identify = {} # Channel: {account: mode}
-property_list = {"CatServ": {"host": server, "username": "system", "realname": "Updates bot (Internal)", "modes": "owi", "away": False, "external": False}} # Stores properties for active users and channels
+property_list = {"CatServ": {"host": server, "username": "system", "realname": "Updates bot (Internal)", "modes": "o", "away": False, "external": False}} # Stores properties for active users and channels
 users_externalservers = {} # Nicknames that come from different servers, useful in netsplit situations
 cache_properties = {} # Cached property lists from other servers, used to send out changes
 for i in mods['command']: