mirror of
https://github.com/anope/anope.git
synced 2026-06-29 03:46:37 +02:00
Fix typos, remove dead language defines.
os_set: Add missing debug text in help output.
This commit is contained in:
@@ -165,8 +165,7 @@ class CommandOSModUnLoad : public Command
|
||||
{
|
||||
this->SendSyntax(source);
|
||||
source.Reply(" ");
|
||||
source.Reply(_("This command unloads the module named \037modname\037 from the modules\n"
|
||||
"directory."));
|
||||
source.Reply(_("This command unloads the module named \037modname\037."));
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user