forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
229072cddd
commit
60edb1e797
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ while True:
|
|||
irc.irc_socket.send(bytes("JOIN " + command[1] + "\n", "UTF-8"))
|
||||
irc2.irc_socket.send(bytes("JOIN " + command[1] + "\n", "UTF-8"))
|
||||
irc3.irc_socket.send(bytes("JOIN " + command[1] + "\n", "UTF-8"))
|
||||
multiline(channel=command[1], text="Deployment success. ($join initiated by " + nick + ")")
|
||||
multiline(channel=command[1], text="A wild bot appears! ($join initiated by " + nick + ")")
|
||||
else:
|
||||
if len(command) == 1:
|
||||
irc.send_irc(channel, nick + ": I NEED A CHANNEL NAME TO JOIN!!!")
|
||||
|
|
Loading…
Reference in a new issue