From 60edb1e797c93e03d4bb97c31023bde8743bf73c Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 12 Oct 2024 17:19:09 -0700 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index 952ee98..d34881d 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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!!!")