set modes before joining channels

This commit is contained in:
jkhsjdhjs 2023-07-16 23:33:19 +00:00
parent 1259db8212
commit ef88dad4a8

View File

@ -263,11 +263,11 @@ def start(host, port, nick, password, chans):
sleep(6)
auth(nick, password)
sleep(2)
mode(nick)
sleep(2)
for chan in chans:
join(chan)
sleep(2)
mode(nick)
sleep(2)
except Exception as err:
print("FAIL: "+err)