Search found 189 matches

by sKy
Sun May 01, 2005 10:48 am
Forum: Archive
Topic: question about foreach/string match
Replies: 11
Views: 3476

question about foreach/string match

Is there a way to do the same like this script but with more speed? (hostlist is much bigger) set hostlist { "*.il24.net" "*.comcast.net" "*.jazztel.es" "*.telia.com" "*.attbi.com" ........... ........... ........... } bind join - * onjoin:check proc...
by sKy
Sun Apr 24, 2005 1:57 pm
Forum: Archive
Topic: Logic for flood bot nicks
Replies: 16
Views: 6167

"should work now - hopefully" for example..... :P this was a little joke. But anyway, you are right. The debug mode is removed now, was just unless. I tested the script again and optimized ban/kick. It should not ban real users, it can handle big floods too without excessflood and does no...
by sKy
Fri Apr 22, 2005 7:21 pm
Forum: Archive
Topic: MaxQsend problem after join huge channels
Replies: 1
Views: 1491

MaxQsend problem after join huge channels

Hi (I know that this is the Eggdrop Help forum, pls read and to not delte/.... :) THX) I have a shellaccount and run there a psybnc and a eggdrop. My network is Quakenet. The problem was: if i join a really big channel (1000 - 2000++ users) the bnc will quit with reason maxQsend. The shelladmin sugg...
by sKy
Fri Apr 22, 2005 10:23 am
Forum: Archive
Topic: Optimizing the output of putserv, putquick or putkick.
Replies: 19
Views: 9306

awyeah wrote: But I have a solution. Some undocumented variables you can set
not defined in the eggdrop .conf files, for stacking and etc.
Please let me know.
by sKy
Thu Apr 21, 2005 1:00 pm
Forum: Archive
Topic: Logic for flood bot nicks
Replies: 16
Views: 6167

eh? :) please have a look on my script. # antifloodbot.tcl # # antifloodbot.tcl by sKy\ - version 1.2 # # Changelog to verions 1.0: script works now (hopefully :P) # Changelog to version 1.1: script now smaller, removed unless debugmode # # - thanks to Apache, he show me the basic idea of this # - t...
by sKy
Thu Apr 21, 2005 11:50 am
Forum: Script Support & Releases
Topic: Problem with Mass Join Clone Kicker Script.
Replies: 7
Views: 16833

Please tell me exact what the script should do. You want to remove clones on channel which just sitting on (and join slow before). ? I think no. You want to ban a user which join in short time some clones from his ip in your channel? Example: cYpwOo_ (~chatzilla@13.104.99-84.rev.gaoland.net) has joi...
by sKy
Thu Apr 21, 2005 11:06 am
Forum: Archive
Topic: queue system
Replies: 10
Views: 3842

[15:41:45] * haaaaaaaa2369 (Kimi96@pcp08025073pcs.dalect01.va.comcast.net) has joined #test22k [15:41:45] * haaaaaaaa5635 (Carol60@pcp09279197pcs.eatntn01.nj.comcast.net) has joined #test22k [15:41:45] * haaaaaaaa7347 (nobody@61.206.125.114.user.ip8.il24.net) has joined #test22k [15:41:46] * Testdr...
by sKy
Fri Apr 15, 2005 9:17 am
Forum: Archive
Topic: global banlist extempt possible?
Replies: 4
Views: 1534

That`s bad. I have to code a big script. Which isn`t easy. - after adding ban look foreach channel if the user is on (bind pub) - remove ban after exprie on all channels and remove from file - write own file (hostmask, duration, expire) - bind join - bind nick - refresh channels - check all channels...
by sKy
Thu Apr 14, 2005 6:09 pm
Forum: Archive
Topic: global banlist extempt possible?
Replies: 4
Views: 1534

global banlist extempt possible?

I want disable the global banlist on some channels.
Or better, just enable the global banlist on some channels. (via chanflag +blacklist for example)
Possible?