mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
This should've been an error response in the first place.
This commit is contained in:
parent
4da1f38235
commit
b41166cc4c
@ -85,7 +85,7 @@ class Misc(callbacks.Plugin):
|
||||
cb = irc.getCallback(tokens[0])
|
||||
if cb:
|
||||
plugin = cb.name()
|
||||
irc.reply(format('The %q plugin is loaded, but there is '
|
||||
irc.error(format('The %q plugin is loaded, but there is '
|
||||
'no command named %q in it. Try "list '
|
||||
'%s" to see the commands in the %q '
|
||||
'plugin.', plugin, tokens[1],
|
||||
|
Loading…
Reference in New Issue
Block a user