This should've been an error response in the first place.

This commit is contained in:
Jeremy Fincher 2005-06-01 20:14:37 +00:00
parent 4da1f38235
commit b41166cc4c

View File

@ -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],