Skip to content

Commit

Permalink
Fixed type (Thx Marijn)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrope committed Jan 22, 2014
1 parent f9b9539 commit 848dd38
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 848dd38

Please sign in to comment.