This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 25 matches

by feroz
Mon Nov 29, 2004 5:33 pm
Forum: Archive
Topic: Queue System..
Replies: 13
Views: 5409

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.

KrzychuG, tks for that "putnow", ill look for it.
by feroz
Mon Nov 29, 2004 3:41 pm
Forum: Archive
Topic: Queue System..
Replies: 13
Views: 5409

It's only a test for now.. ill add things to check if nick/flags are known before it does anythin.

What im tryin to do is get a list of ppl idling on the net without bein on any chan, and sajoin them to a chan..
by feroz
Mon Nov 29, 2004 2:19 pm
Forum: Archive
Topic: Queue System..
Replies: 13
Views: 5409

The script is quite short.. dont know what i could change in it.. 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:noti...
by feroz
Mon Nov 29, 2004 1:37 pm
Forum: Archive
Topic: Queue System..
Replies: 13
Views: 5409

Queue System..

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..
by feroz
Wed Sep 08, 2004 2:27 pm
Forum: Archive
Topic: Make this script not freeze/work faster?
Replies: 2
Views: 1288

Thx for replyin awyeah :)

Ok, i'll try to add a massjoin detect thinggy, it will probably be better has you said..

And thx for those post, i got my notify script workin i think. :mrgreen:

Thx.
by feroz
Tue Sep 07, 2004 12:16 pm
Forum: Archive
Topic: Make this script not freeze/work faster?
Replies: 2
Views: 1288

Make this script not freeze/work faster?

Hello, I made an open proxy scanning script.. works well when it's only a few ppls joinin at the same time.. but when chan gets massjoins (floodbots) it doesnt respond for a few secs.. and takes too much time.. any way to fix / get it work faster? setudef flag ops bind join - * bopm:join bind raw - ...
by feroz
Thu Aug 19, 2004 10:16 am
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

oki, maybe one of my older scripts usin raw 302 returning 1 prolly, will check that..

And have a look at that script too.

Thx. :wink:
by feroz
Wed Aug 18, 2004 7:05 am
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

Thx user that works too, works even better :D

Just an other question, i tried bidding a same raw event to two diff procs.. And i think there was some sort of "conflict" is there anyway to fix that?

thx again for your help :wink:
by feroz
Tue Aug 17, 2004 5:20 pm
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

Because it need to give it the gline reason var which is $breason..

Ready to try if there's better way doin these things. :)

Hmm.. just noticed, it still doesnt give me the right host time to time... like when i restart it..
by feroz
Tue Aug 17, 2004 4:07 pm
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

ooook i got it to work :mrgreen: Finally! bind raw - 302 raw:realhost proc raw:realhost { from key text } { upvar #0 g_host g_host set g_host [lindex [lrange [split $text "@"] 1 end] 0] putlog "$g_host from realhost" } proc user:host {bnick breason} { putserv "userhost $bnic...
by feroz
Tue Aug 17, 2004 2:52 pm
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

Isnt there any other way of doin this? coz i'd really like to get that script working..
by feroz
Mon Aug 16, 2004 9:16 am
Forum: Archive
Topic: russian roulette
Replies: 43
Views: 18245

MacDaddy :wink:
by feroz
Mon Aug 16, 2004 7:26 am
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

thx for tryin :)
tryed to execute the script but still vwait causing trouble.. bot just freezes.. :(
by feroz
Sun Aug 15, 2004 11:51 am
Forum: Archive
Topic: Var probs..
Replies: 30
Views: 9523

The prob is i dont know how to get a var "global" that's all... no ircd things, user modes and all :) Well n/m i got a small prob, bind raw - 302 realhost proc realhost { from key text } { putlog "$text" upvar #0 g_host g_host set g_host [lindex [lrange [split $text "@"...
by feroz
Sat Aug 14, 2004 3:59 pm
Forum: Archive
Topic: making the bot read the key
Replies: 3
Views: 1693

Code: Select all

getchanmode <channel>
    Returns: string of the type "+ntik key" for the channel specified
so it supposed to see the key aswell..