Skip to content

Commit

Permalink
Merge remote-tracking branch 'embolia/master' into nache_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NachE committed Jan 23, 2014
2 parents 61521b4 + 4d5d791 commit df3fd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion announce.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ def announce(bot, trigger):
bot.reply('Sorry, I can\'t let you do that')
return
for channel in bot.channels:
bot.msg(channel, '[ANNOUNCMENT] %s' % trigger.group(2))
bot.msg(channel, '[ANNOUNCEMENT] %s' % trigger.group(2))

0 comments on commit df3fd79

Please sign in to comment.