1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 12:33:13 +02:00

Fix typos, remove dead language defines.

os_set: Add missing debug text in help output.
This commit is contained in:
Robby-
2013-09-14 14:40:17 +02:00
committed by Adam
parent 5f7127dd92
commit 4f820a7d41
30 changed files with 106 additions and 92 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class CommandOSMode : public Command
source.Reply(_("Allows Services Operators to change modes for any channel.\n"
"Parameters are the same as for the standard /MODE command.\n"
"Alternatively, CLEAR may be given to clear all modes on the channel.\n"
"If CLEAR ALL is given then all modes, including user status, is removed.\n"));
"If CLEAR ALL is given then all modes, including user status, is removed."));
return true;
}
};