fix typo (write-o, really) in string for show command

This commit is contained in:
Daniel Folkinshteyn 2010-03-15 17:40:57 -04:00
parent 0c87c523d2
commit 3326212d55

View File

@ -178,7 +178,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler):
irc.reply('There is no such regexp trigger.') irc.reply('There is no such regexp trigger.')
return return
irc.reply("The trigger for regexp '%s' is '%s'" % (regexp, action)) irc.reply("The action for regexp trigger '%s' is '%s'" % (regexp, action))
show = wrap(show, ['channel', 'something']) show = wrap(show, ['channel', 'something'])
def listall(self, irc, msg, args, channel): def listall(self, irc, msg, args, channel):