Change help text of some modules.

The word "Please" could be understood that the argument is necessary...
This commit is contained in:
Alexey Sokolov
2012-04-10 23:20:01 +07:00
parent 3e458a98e4
commit 33889c97e6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ void CSimpleAwayJob::RunJob() {
template<> void TModInfo<CSimpleAway>(CModInfo& Info) {
Info.SetWikiPage("simple_away");
Info.SetHasArgs(true);
Info.SetArgsHelpText("Please enter 2 or 3 arguments, like -notimer awaymessage or -timer 5 awaymessage.");
Info.SetArgsHelpText("You might enter up to 3 arguments, like -notimer awaymessage or -timer 5 awaymessage.");
}
NETWORKMODULEDEFS(CSimpleAway, "This module will automatically set you away on IRC while you are disconnected from the bouncer.")