From 674d2139dc80dadc802b4a7dcde3fab644526f6c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 16 Jun 2012 16:39:19 +0700 Subject: [PATCH] Fix help text for modtcl's argument. --- modules/modtcl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modtcl.cpp b/modules/modtcl.cpp index 3ef27615..53cbab09 100644 --- a/modules/modtcl.cpp +++ b/modules/modtcl.cpp @@ -494,7 +494,7 @@ void CModTclStartTimer::RunJob() { template<> void TModInfo(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")