mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Change help text of some modules.
The word "Please" could be understood that the argument is necessary...
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user