Code: Select all
bind time - * notinchan:timer
proc notinchan:timer { nick uhost hand chan arg } {
set interval 15;# minutes
if {(([clock sec]/60)%$interval)==0} {
putserv "privmsg operserv :notinchanlist"
}
}
bind NOTC - *match* sajoin:notinchan
proc sajoin:notinchan {nick uhost handle text dest} {
set sajoin_nick [lindex $text 1]
putquick "sajoin $sajoin_nick #bigidle"
}
Search this forum for "putnow"feroz wrote:Hello,
Is there anyway to turn off, bypass, the eggdrops queue system?
Because im tryin to run a script that takes too much time on eggdrops whereas it's done in a few mins on mIRC..
I still fail to see the pointKrzychuG wrote:Probably because of that:But each time it gets over 500nicks to sajoin.. the queue slows it down..
well, so why not simply gline/akill them with the egg?feroz wrote:Acutually i would like to use that script when we get flood bot attacks.. to get them in a chan and gline/akill them, that's why it has to be fast.