[srvx-bugs] [ srvx-Bugs-3430376 ] Wrong min_argc for chanserv.8ball and no helpfile entry
Brought to you by:
entrope
From: SourceForge.net <no...@so...> - 2011-10-30 10:06:25
|
Bugs item #3430376, was opened at 2011-10-30 11:06 Message generated for change (Tracker Item Submitted) made by zerofighte You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=3430376&group_id=31654 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: ChanServ Group: 1.4 Status: Open Resolution: None Priority: 5 Private: No Submitted By: ZeRoFiGhter (zerofighte) Assigned to: Entrope (entrope) Summary: Wrong min_argc for chanserv.8ball and no helpfile entry Initial Comment: Hi, the following line in chanserv.c (current git head) 7911 DEFINE_COMMAND(8ball, 1, 0, "flags", "+nolog,+toy,+acceptchan", NULL); is wrong, it should be 2 as second parameter, because 8ball does at least need one parameter additional to the command itself. Besides there is no helpfile entry for 8ball. regards ZeRoFiGhter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403001&aid=3430376&group_id=31654 |