parent
bfb68b1edd
commit
c520c680dc
1 changed files with 1 additions and 2 deletions
|
@ -522,8 +522,7 @@ def session(connection, client, ip, isssl=False):
|
|||
except:
|
||||
dosend(bytes(f"{tags()}:{server} NOTICE * :*** Could not join {channel}\r\n","UTF-8"))
|
||||
print(channels_list)
|
||||
print(channel_modestore_identify[channel])
|
||||
if property_list[pending]["identified"]:
|
||||
if property_list[pending]["identified"] and channel in channel_modestore_identify:
|
||||
print(property_list[pending]["identusername"])
|
||||
if property_list[pending]["identusername"] in channel_modestore_identify[channel]:
|
||||
print(f"{pending} has an identify mode, setting mode " + channel_modestore_identify[channel][property_list[pending]["identusername"]])
|
||||
|
|
Loading…
Add table
Reference in a new issue