Skip to content

Commit

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

0 comments on commit 2fe5489

Please sign in to comment.