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: