mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Change help text of some modules.
The word "Please" could be understood that the argument is necessary...
This commit is contained in:
@@ -98,7 +98,7 @@ private:
|
||||
template<> void TModInfo<CFailToBanMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("fail2ban");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("Please enter the time in minutes for the IP banning and the number of failed logins before any action is taken.");
|
||||
Info.SetArgsHelpText("You might enter the time in minutes for the IP banning and the number of failed logins before any action is taken.");
|
||||
}
|
||||
|
||||
GLOBALMODULEDEFS(CFailToBanMod, "Block IPs for some time after a failed login")
|
||||
|
||||
@@ -111,7 +111,7 @@ public:
|
||||
template<> void TModInfo<CRejoinMod>(CModInfo& Info) {
|
||||
Info.SetWikiPage("kickrejoin");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("Please enter the number of seconds to wait before rejoining.");
|
||||
Info.SetArgsHelpText("You might enter the number of seconds to wait before rejoining.");
|
||||
}
|
||||
|
||||
NETWORKMODULEDEFS(CRejoinMod, "Autorejoin on kick")
|
||||
|
||||
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user