mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed the output of Misc.plugin slightly.
This commit is contained in:
parent
07e6482f11
commit
2092fe4134
@ -305,7 +305,7 @@ class Misc(callbacks.Privmsg):
|
||||
command = callbacks.canonicalName(privmsgs.getArgs(args))
|
||||
cbs = callbacks.findCallbackForCommand(irc, command)
|
||||
if cbs:
|
||||
irc.reply(utils.commaAndify([cb.name() for cb in cbs]))
|
||||
irc.reply(utils.commaAndify([cb.name() for cb in cbs]) + '.')
|
||||
else:
|
||||
irc.error('There is no such command %s' % command)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user