This commit is contained in:
parent
ee962b1a4a
commit
6077c270fb
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ def session(connection, client, ip, isssl=False):
|
|||
realname = " ".join(text.split(" ")[4:])[1:]
|
||||
ready = True
|
||||
elif command == "CAP":
|
||||
usesIRCv3 = True
|
||||
#usesIRCv3 = True
|
||||
if args[0].upper() == "LS":
|
||||
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo\r\n", "UTF-8"))
|
||||
elif args[0].upper() == "REQ":
|
||||
|
|
Loading…
Add table
Reference in a new issue