mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
PeriodError.
This commit is contained in:
parent
04d0e5f667
commit
e26bd517ed
@ -352,7 +352,7 @@ class Misc(callbacks.Privmsg):
|
||||
names.sort()
|
||||
irc.reply(utils.commaAndify(names))
|
||||
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):
|
||||
"""<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user