mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
PeriodError.
This commit is contained in:
parent
04d0e5f667
commit
e26bd517ed
@ -352,7 +352,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
names.sort()
|
names.sort()
|
||||||
irc.reply(utils.commaAndify(names))
|
irc.reply(utils.commaAndify(names))
|
||||||
else:
|
else:
|
||||||
irc.error('There is no such command %s' % command)
|
irc.error('There is no such command %s.' % command)
|
||||||
|
|
||||||
def author(self, irc, msg, args):
|
def author(self, irc, msg, args):
|
||||||
"""<plugin>
|
"""<plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user