]> jfr.im git - irc/rizon/znc.git/commitdiff
Typo fix: awaystore needs an argument
authorAlexey Sokolov <redacted>
Sun, 26 Aug 2012 09:39:46 +0000 (16:39 +0700)
committerAlexey Sokolov <redacted>
Sun, 26 Aug 2012 09:40:00 +0000 (16:40 +0700)
modules/awaystore.cpp

index 24e1e3548de1d2a73376d8eec563eeb5ae14df4d..4c7c57650d150e82b2adfea0772ad9d5641a90fd 100644 (file)
@@ -486,7 +486,7 @@ void CAwayJob::RunJob()
 template<> void TModInfo<CAway>(CModInfo& Info) {
        Info.SetWikiPage("awaystore");
        Info.SetHasArgs(true);
-       Info.SetArgsHelpText("[ -notimer | -timer N ] [ passw0rd ]. N is number of seconds, 600 by default.");
+       Info.SetArgsHelpText("[ -notimer | -timer N ]  passw0rd . N is number of seconds, 600 by default.");
 }
 
 NETWORKMODULEDEFS(CAway, "Adds auto-away with logging, useful when you use ZNC from different locations");