]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Chanlev history has an optional duration apparently.
authorChris Porter <redacted>
Tue, 11 Mar 2008 03:23:42 +0000 (03:23 +0000)
committerChris Porter <redacted>
Tue, 11 Mar 2008 03:23:42 +0000 (03:23 +0000)
chanserv/chancmds/chanlevhistory.c

index 0a60c13558df9094b956ec9a43b77d8892651d6c..bc498aa725fcbecab2d97a170be11115a5da1031 100644 (file)
@@ -7,8 +7,9 @@
  * CMDDESC: View user access changes on a channel.
  * CMDFUNC: csc_dochanlevhistory
  * CMDPROTO: int csc_dochanlevhistory(void *source, int cargc, char **cargv);
- * CMDHELP: Usage: chanlevhistory <channel>
+ * CMDHELP: Usage: chanlevhistory <channel> [<duration>]
  * CMDHELP: Shows you recent modifications to a channels user access entries.
+ * CMDHELP: Default duration is one hour.
  */
 
 #include "../chanserv.h"