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 44c6e3d + 848dd38 commit 15cdbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion willie/modules/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 15cdbb3

Please sign in to comment.