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: