]> jfr.im git - irc/quakenet/newserv.git/blobdiff - parser/parser.h
Added new recycling version of sstring as sstring-new.[ch]
[irc/quakenet/newserv.git] / parser / parser.h
index e98e577dc088c2c3b263e2494cdb3abc70753b1f..b7d83baab986a8a74620beeeeec1808a30ebae8c 100644 (file)
@@ -33,7 +33,7 @@ typedef int (*CommandHandler)(void *, int, char**);
  
 typedef struct Command {
   sstring        *command;       /* Name of the command/token/thing */
-  char           *help;          /* Help information, sorry splidge! */
+  sstring        *help;          /* Help information, sorry splidge! */
   int             level;         /* "level" required to use the command/token/thing */
   int             maxparams;     /* Maximum number of parameters for the command/token/thing */
   CommandHandler  handler;       /* Function to deal with the message */