Compare commits

...

2 commits

Author SHA1 Message Date
Swee
1aa0625d75 Merge branch 'main' of http://swee-raspberrypi4:3000/swee/sweeBotIRC 2024-10-06 14:09:13 -07:00
Swee
9778ee0e05 Update sweebot.py 2024-10-06 14:09:05 -07:00

View file

@ -314,6 +314,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 + ")")
else:
if len(command) == 1:
irc.send_irc(channel, nick + ": I NEED A CHANNEL NAME TO JOIN!!!")