[IRCServices Coding] Chanserv & memoserv suggestion

Craig Edwards brain at winbot.co.uk
Tue Aug 17 10:45:44 PDT 2004


this may be designed behaviour for bots?
if this is the case a bot won't know what to do with such a message...

>Maybe for 5 to 10secs after the re-order command, it stops removing from the access lists etc? with a warning..
>
>"The access list was recently re-ordered, Please Re-check the list, and try again in X seconds"?
>
>/****************************************
> *     Craig "FrostyCoolSlug" McLure
> *       Craig at FrostyCoolSlug.com
> * InspIRCd   - http://www.inspircd.org
> * ChatSpike  - http://www.chatspike.net
> ****************************************/
>
>
>/****************************************
> * From    - Andrew Church <achurch at achurch.org>
> * To      - ircservices-coding at ircservices.za.net <ircservices-coding at ircservices.za.net>
> * Sent    - 10:33:15 @ 2004-08-17
> * Subject - Re: [IRCServices Coding] Chanserv & memoserv suggestion
> ****************************************/
>
>/****** - Begin Original Message - ******/
>
>>     This is designed behavior.  A manual "reorder" command does merit
>>consideration, but the problem with reordering (especially automatically)
>>is that another user may be giving a command at the same time, or the same
>>user may give two separate commands intending them to be used in the same
>>list, and if the list is reordered after the first command, the second
>>command will have undesired results.
>>
>>  --Andrew Church
>>    achurch at achurch.org
>>    http://achurch.org/
>>
>>>Hi.
>>>In chanserv access list and memoserv list, the num
>>>order most of the time has numbering gaps that look
>>>like this:
>>>
>>>ChanServ  Num   Lev  Nick
>>>-----------------------------------------
>>>ChanServ    2    10  nick1
>>>ChanServ    4    10  nick2
>>>ChanServ    7    10  nick3
>>>...
>>>and in memoserv
>>>....
>>>MemoServ Memo 10 from ..
>>>MemoServ Memo 19 from ..
>>>MemoServ Memo 34 from ..
>>>.....
>>>
>>>I was wondering if it would be nice to create a
>>>reorder feature for chanserv's access list and
>>>memoserv's list working like this:
>>>
>>>/cs access #chan reorder
>>>or
>>>/cs access #chan list reorder
>>>
>>>and for memoserv
>>>
>>>/ms reorder
>>>or
>>>/ms list reorder
>>>
>>>So when the command is entered it should re-organize
>>>the numbers and cover the number gaps that exist..
>>>i.e.:
>>>ChanServ  Num   Lev  Nick
>>>-----------------------------------------
>>>ChanServ    2    10  nick1
>>>ChanServ    4    50  nick2
>>>ChanServ    7    30  nick3
>>>...
>>>will turn to:
>>>
>>>ChanServ  Num   Lev  Nick
>>>-----------------------------------------
>>>ChanServ    1    10  nick1
>>>ChanServ    2    50  nick2
>>>ChanServ    3    30  nick3
>>>....
>>>
>>>
>>>It is just a request.
>>>
>>>Thanks and keep up the good work guys...
>>>MaNUaL
>>>
>>>
>>>__________________________________________________
>>>Do You Yahoo!?
>>>Tired of spam?  Yahoo! Mail has the best spam protection around 
>>>http://mail.yahoo.com 
>>>
>>>------------------------------------------------------------------
>>>To unsubscribe or change your subscription options, visit:
>>>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>>
>>------------------------------------------------------------------
>>To unsubscribe or change your subscription options, visit:
>>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>>.
>
>/******* - End Original Message - *******/
>
>
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>