parent
c28c533d7d
commit
e3a56c5069
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ channel_modestore = {} # Channel: {nick: mode}
|
||||||
channel_modestore_identify = {} # Channel: {account: 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": "owi", "away": False, "external": False}} # Stores properties for active users and channels
|
||||||
users_externalservers = {} # Nicknames that come from different servers, useful in netsplit situations
|
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']:
|
for i in mods['command']:
|
||||||
requires = {}
|
requires = {}
|
||||||
for j in i.__ircat_requires__:
|
for j in i.__ircat_requires__:
|
||||||
|
|
Loading…
Add table
Reference in a new issue