mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 14:40:51 +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])
|
cb = irc.getCallback(tokens[0])
|
||||||
if cb:
|
if cb:
|
||||||
plugin = cb.name()
|
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 '
|
'no command named %q in it. Try "list '
|
||||||
'%s" to see the commands in the %q '
|
'%s" to see the commands in the %q '
|
||||||
'plugin.', plugin, tokens[1],
|
'plugin.', plugin, tokens[1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user