Skip to content

Commit

Permalink
Update dank.chatroom.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SirDank committed Jul 8, 2024
1 parent ec3eeb0 commit da20d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __modules__/dank.chatroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da20d07

Please sign in to comment.