Skip to content

Commit

Permalink
Fix that little glitch >:D
Browse files Browse the repository at this point in the history
I hope flake likes me this time.
  • Loading branch information
Undo1 committed Jul 17, 2015
1 parent 6a9c047 commit 71d0e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chatcommunicate.py
Expand Up @@ -52,7 +52,8 @@ def watcher(ev, wrap2):
message_parts = content_source.split(" ")

ev_user_name = ev.data["user_name"].encode('utf-8')
GlobalVars.tavern_users_chatting.append(ev_user_name)
if ev_user_name != "SmokeDetector":
GlobalVars.tavern_users_chatting.append(ev_user_name)

shortcut = False
shortcut_messages = []
Expand Down

0 comments on commit 71d0e11

Please sign in to comment.