mirror of
https://github.com/anope/anope.git
synced 2026-07-01 07:36:38 +02:00
A few more small fixes
This commit is contained in:
@@ -41,7 +41,7 @@ class CommandOSModUnLoad : public Command
|
||||
|
||||
if (m->GetPermanent() || m->type == PROTOCOL)
|
||||
{
|
||||
source.Reply(_("Unable to remove module \002%s\002"));
|
||||
source.Reply(_("Unable to remove module \002%s\002"), m->name.c_str());
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user