diff --git a/__modules__/dank.chatroom.py b/__modules__/dank.chatroom.py index 0498ac6..e172999 100644 --- a/__modules__/dank.chatroom.py +++ b/__modules__/dank.chatroom.py @@ -166,7 +166,7 @@ def handle_msg(event): # pylint: disable=unused-argument elif len(msg) > 200: print(clr("[dank.tool] > Message longer than 200 characters!",2)) - elif msg.lower() == "exit": + elif msg.lower() in ("exit", ".exit"): print(clr("[dank.tool] > Did you mean /exit?",2)) else: