parent
7c75dae3bc
commit
1b09187002
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
dosend(bytes(f"{tags()}:{server} 322 {pending} {key} {usersin} :{value}\r\n","UTF-8"))
|
dosend(bytes(f"{tags()}:{server} 322 {pending} {key} {usersin} :{value}\r\n","UTF-8"))
|
||||||
dosend(bytes(f"{tags()}:{server} 323 {pending} :End of /LIST\r\n","UTF-8"))
|
dosend(bytes(f"{tags()}:{server} 323 {pending} :End of /LIST\r\n","UTF-8"))
|
||||||
elif command == "TOPIC":
|
elif command == "TOPIC":
|
||||||
channel = args[1]
|
channel = args[0]
|
||||||
if channel in channels_list:
|
if channel in channels_list:
|
||||||
if pending in channels_list[channel]:
|
if pending in channels_list[channel]:
|
||||||
if len(args) > 1:
|
if len(args) > 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue