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