From b3d945bc42eb2fb7eecb1142e1c920b94eeb6dea Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 12 Oct 2024 17:42:37 -0700 Subject: [PATCH] Update sweebot.py --- sweebot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sweebot.py b/sweebot.py index 71d0469..b9f18d6 100644 --- a/sweebot.py +++ b/sweebot.py @@ -573,10 +573,10 @@ while True: elif command[0] == ":3": if not sbconfig.cflagexist(channel, "-colonthree"): - multiline(":3", channel) + irc.send_irc(channel, ":3") elif ":3c" in command: if not sbconfig.cflagexist(channel, "-colonthree"): - multiline(choice(threes), channel) + multiline(channel, choice(threes)) # try to parse and find a link if sbconfig.cflagexist(channel, "+links"): try: