Skip to content

Commit

Permalink
Adding twitter command
Browse files Browse the repository at this point in the history
  • Loading branch information
sebvallee committed May 28, 2017
1 parent e2333cc commit f710a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hms_irc/commands/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def tweet(self, msg):
"""Closure for sending a tweet."""
self.rabbit.publish(
'twitter.query', {
'command': command,
'status': msg,
'source': 'irc'
})
Expand Down

0 comments on commit f710a65

Please sign in to comment.