From 9778ee0e05902e52e827bfdb383ad5ddea84c5ab Mon Sep 17 00:00:00 2001 From: Swee Date: Sun, 6 Oct 2024 14:09:05 -0700 Subject: [PATCH] Update sweebot.py --- sweebot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sweebot.py b/sweebot.py index 20ef116..9b419ec 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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!!!")