This commit is contained in:
parent
f75d1fcf97
commit
821c91e491
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ def session(connection, client, ip, isssl=False):
|
||||||
ready = True
|
ready = True
|
||||||
elif command == "CAP":
|
elif command == "CAP":
|
||||||
if args[0] == "LS":
|
if args[0] == "LS":
|
||||||
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo\r\n", "UTF-8"))
|
connection.sendall(bytes(f":{server} CAP * LS :ircat.xyz/foo sasl=PLAIN\r\n", "UTF-8"))
|
||||||
elif (ready and already_set) and not finished:
|
elif (ready and already_set) and not finished:
|
||||||
cleanup_manual()
|
cleanup_manual()
|
||||||
print(f"User {pending} successfully logged in.")
|
print(f"User {pending} successfully logged in.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue