Skip to content

Commit

Permalink
Because they want it. --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Sep 10, 2015
1 parent 07e5422 commit c07bad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chatcommunicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ def handle_commands(content_lower, message_parts, ev_room, ev_user_id, ev_user_n
return "*brews coffee for @" + ev_user_name.replace(" ", "") + "*"
if content_lower.startswith("!!/tea"):
return "*brews a cup of " + random.choice(['earl grey', 'green', 'chamomile', 'lemon', 'darjeeling', 'mint']) + " tea for @" + ev_user_name.replace(" ", "") + "*"
if content_lower.startswith("!!/brownie"):
return "Brown!"
if content_lower.startswith("!!/test"):
string_to_test = content[8:]
if len(string_to_test) == 0:
Expand Down

0 comments on commit c07bad2

Please sign in to comment.