mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
fix typo (write-o, really) in string for show command
This commit is contained in:
parent
0c87c523d2
commit
3326212d55
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user