Revert unplug error message

This commit is contained in:
Pragmatic Software 2015-09-07 00:20:06 -07:00
parent 5c83ea62f3
commit efcca90444
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ sub unload_cmd {
if ($self->unload($arguments)) {
return "Unloaded $arguments plugin.";
} else {
return "Plugin $arguments failed to load.";
return "Plugin $arguments not found.";
}
}