The eb1 patch for eggdrop 1.3.11 (20-mar-98) by Ernst Major new feature: - Support for mass-kicks for irc networks that allows it. This adds the "kick-method" configuration option, which defines how kicks (when enforcing bans) should be made: 0 = kick all nicks at once in one command X = kick X users per command (fast!) This option depends on what your IRC network allows. If you are not sure, leave the value "1". Some values that you may try: Dalnet = 1 <- kick one at a time (just like it always has been) Efnet = 0 <- kick the whole bunch at one time IRCnet = 4 <- kick maximal 4 nicks per command (new in ircd 2.9.5) Undernet = 1 <- kick one at a time If you notice that you are getting many "pending kick"s in the .channel listing, this setting may be wrong. Set it to "1" to be safe! Other fixes: - More "SENTKICK" checks before kicking, to avoid sending the same kick more than once (making the bot flood off) - On "Avalanche" floods, don't kick masters/friends - Use text from language-file on "that was fun..." kick - Calling of need-op right after being deoppd - Fixed make trying to install in "OME/eggdrop" - SHELL variable added in Makefile.in The Weedfix patch is also included (8-Mar-98): Fixes some bugs in the "weed" script - fixed bug "list element in braces followed by X instead of space" (the use of "lrange" where you aren't sure if it's a list is bad) - fixed --CONSOLE item not being included, creating "user" --CONSOLE