parent
bf67e5aa6e
commit
63f558d80d
1 changed files with 2 additions and 2 deletions
|
@ -343,9 +343,9 @@ def session(connection, client, ip, isssl=False):
|
||||||
break
|
break
|
||||||
capper = " ".join(capabilities)
|
capper = " ".join(capabilities)
|
||||||
if capsuccess:
|
if capsuccess:
|
||||||
connection.sendall(bytes(f":{server} CAP * ACK :{capper}", "UTF-8"))
|
connection.sendall(bytes(f":{server} CAP * ACK :{capper}\r\n", "UTF-8"))
|
||||||
else:
|
else:
|
||||||
connection.sendall(bytes(f":{server} CAP * NAK :{capper}", "UTF-8"))
|
connection.sendall(bytes(f":{server} CAP * NAK :{capper}\r\n", "UTF-8"))
|
||||||
elif args[0].upper() == "END":
|
elif args[0].upper() == "END":
|
||||||
CAPEND = True
|
CAPEND = True
|
||||||
elif command == "WEBIRC" and not finished:
|
elif command == "WEBIRC" and not finished:
|
||||||
|
|
Loading…
Add table
Reference in a new issue