1
0
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:
Adam
2011-04-20 15:39:44 -04:00
parent 4d26070a92
commit 3aeaef5b9a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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;
}