Skip to content

Commit

Permalink
poof a synonym for gone --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Sep 18, 2015
1 parent 1a2bbf3 commit 8fa5557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommunicate.py
Expand Up @@ -195,7 +195,7 @@ def handle_commands(content_lower, message_parts, ev_room, ev_user_id, ev_user_n
add_ignored_post(post_site_id[0:2])
if not quiet_action:
return "Post ignored; alerts about it will no longer be posted."
if (second_part_lower.startswith("delete") or second_part_lower.startswith("remove") or second_part_lower.startswith("gone")
if (second_part_lower.startswith("delete") or second_part_lower.startswith("remove") or second_part_lower.startswith("gone") or second_part_lower.startswith("poof")
or second_part_lower == "del") and is_privileged(ev_room, ev_user_id, wrap2):
try:
msg.delete()
Expand Down

0 comments on commit 8fa5557

Please sign in to comment.