diff --git a/sweebot.py b/sweebot.py index f721009..1d41d6f 100644 --- a/sweebot.py +++ b/sweebot.py @@ -290,7 +290,7 @@ def system(cmd, chan, rstrip=False): except FileNotFoundError: multiline(cmd[0] + " not found", chan) except: - multiline(traceback.format_exc()) + multiline(traceback.format_exc(), chan) irl2 = threading.Thread(target=irci2, daemon=True) irl2.start() irl3 = threading.Thread(target=irci3, daemon=True)