Skip to content

Commit

Permalink
more patching --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Apr 9, 2015
1 parent b4ce95e commit b8d11c1
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 @@ -312,5 +312,5 @@ def watcher(ev, wrap2):
GlobalVars.tavern_users_chatting = list(set(GlobalVars.tavern_users_chatting)) # Make unique
user_to_blame = random.choice(GlobalVars.tavern_users_chatting)
ev.message.reply("It's " + user_to_blame + "'s fault.")
if "smokedetector" in content_lower and "fault" in content_lower and "xkcdbot" in ev_user_name.lower():
if "smokedetector" in content_lower and "fault" in content_lower and ("xkcdbot" in ev_user_name.lower() or "bjb568" in ev_user_name.lower()):
ev.message.reply("Liar")

0 comments on commit b8d11c1

Please sign in to comment.