diff --git a/sweebot.py b/sweebot.py index 39d1e26..af16fae 100644 --- a/sweebot.py +++ b/sweebot.py @@ -891,6 +891,7 @@ while True: try: print(i) print(i.strip().split(" ")[0]) + print(i.strip().split(" ")[0][0]) if i.strip().split(" ")[0][0] == "#" and len(i.strip().split(" ")) == 1: print("Found title: " + i) title = True