mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
Revert unplug error message
This commit is contained in:
parent
5c83ea62f3
commit
efcca90444
@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user