3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Revert unplug error message

This commit is contained in:
Pragmatic Software 2015-09-07 00:20:06 -07:00
parent 5c83ea62f3
commit efcca90444

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.";
}
}