remove print statement
This commit is contained in:
parent
022d00847f
commit
fc80be7692
@ -133,7 +133,6 @@ def connect_callback(cli):
|
|||||||
nick_b = bytes(botconfig.USERNAME if botconfig.USERNAME else botconfig.NICK, "utf-8")
|
nick_b = bytes(botconfig.USERNAME if botconfig.USERNAME else botconfig.NICK, "utf-8")
|
||||||
pass_b = bytes(botconfig.PASS, "utf-8")
|
pass_b = bytes(botconfig.PASS, "utf-8")
|
||||||
secrt_msg = b'\0'.join((nick_b, nick_b, pass_b))
|
secrt_msg = b'\0'.join((nick_b, nick_b, pass_b))
|
||||||
print(secrt_msg)
|
|
||||||
cli.send("AUTHENTICATE " + b64encode(secrt_msg).decode("utf-8"))
|
cli.send("AUTHENTICATE " + b64encode(secrt_msg).decode("utf-8"))
|
||||||
|
|
||||||
@hook("cap")
|
@hook("cap")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user