From 9da093976360de7dc3d91be893557daef6aca88b Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 12 Oct 2024 16:24:59 -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 4d28cc2..2c312be 100644 --- a/sweebot.py +++ b/sweebot.py @@ -284,7 +284,7 @@ while True: try: if path.isfile(cwd + "/helps/" + " ".join(command[1:])): output = open(cwd + "/helps/" + " ".join(command[1:])).read() - multiline(output, channel) + multiline(output, nick if sbconfig.cflagexist(channel, "-multiline") else channel) else: irc.send_irc(channel, "Either the command isn't documented yet or it doesn't exist lol") except: