diff --git a/sweebot.py b/sweebot.py index 9a5bc09..4b6615a 100644 --- a/sweebot.py +++ b/sweebot.py @@ -888,7 +888,7 @@ while True: title = True break else: - if i.split(" ")[0][0] == "#": + if i.split(" ")[0][0] == "#" and not i.split(" ")[0][1] == "#": title = True multiline("(" + nick + f") " + i[2:], channel) break