mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix help text for modtcl's argument.
This commit is contained in:
@@ -494,7 +494,7 @@ void CModTclStartTimer::RunJob() {
|
||||
template<> void TModInfo<CModTcl>(CModInfo& Info) {
|
||||
Info.SetWikiPage("modtcl");
|
||||
Info.SetHasArgs(true);
|
||||
Info.SetArgsHelpText("The argument is the number of seconds to wait before rejoining.");
|
||||
Info.SetArgsHelpText("Absolute path to modtcl.tcl file");
|
||||
}
|
||||
|
||||
NETWORKMODULEDEFS(CModTcl, "Loads Tcl scripts as ZNC modules")
|
||||
|
||||
Reference in New Issue
Block a user