Skip to content

Commit

Permalink
Fix "bug"
Browse files Browse the repository at this point in the history
  • Loading branch information
csnardi committed Jan 19, 2015
1 parent 4584d6d commit 5992bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommunicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def watcher(ev, wrap2):
if(msg_content is not None):
post_id_site = fetch_post_id_and_site_from_msg_content(msg_content)
add_ignored_post(post_id_site)
ev.message.reply("Post ignored; alerts about it will not longer be posted.")
ev.message.reply("Post ignored; alerts about it will no longer be posted.")
except:
pass
if (second_part_lower == "delete" or second_part_lower == "remove" or second_part_lower == "gone") \
Expand Down

0 comments on commit 5992bde

Please sign in to comment.