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 71 matches

by gamble27
Wed Jun 29, 2011 4:34 am
Forum: Script Requests
Topic: Change the ban level from 4 to ban level 2
Replies: 0
Views: 1753

Change the ban level from 4 to ban level 2

namespace eval proxy { variable version "0.75" variable author "metroid - #development on irc.quakenet.org" variable trigger "?" # The sources we dns to find out if a user is a proxy variable source { "source" } setudef flag antiproxy setudef str antijoins se...
by gamble27
Fri Jun 10, 2011 6:00 am
Forum: Scripting Help
Topic: Change the Ban Level to 4
Replies: 0
Views: 2066

Change the Ban Level to 4

namespace eval proxy { variable version "0.75" variable author "metroid - #development on irc.quakenet.org" variable trigger "?" # The sources we dns to find out if a user is a proxy variable source { "source" } setudef flag antiproxy setudef str antijoins se...
by gamble27
Sun May 30, 2010 1:50 am
Forum: Scripting Help
Topic: check ip instead of nick
Replies: 2
Views: 2435

the thing is not all spammers change to new nick some remain same nick,so i have to keep the core of the tcl and just change the checking part from nick to ip.
by gamble27
Fri May 28, 2010 6:30 am
Forum: Scripting Help
Topic: check ip instead of nick
Replies: 2
Views: 2435

check ip instead of nick

bind ctcr - VERSION version:reply bind join - * check:version proc check:version {nick uhost hand chan} { if {[isop $nick $chan] || [isvoice $nick $chan] || [matchattr $hand Pfov|Pfov $chan]} { return 0 } global cversion chattr proxychk +|+P $chan set cversion([string tolower $nick]) 1 putserv &quo...
by gamble27
Sat Jan 16, 2010 12:36 am
Forum: Script Requests
Topic: Only Version Certain Ips.
Replies: 2
Views: 3867

Only Version Certain Ips.

hello all i have this working code with me however its versioning every ip but i jus want it to version certain ips like for example *!*@125.* *!*@118.* , i tried to play around with it but with no success,help will be appreciated.. Code is listed below : bind ctcr - VERSION version:reply bind join ...
by gamble27
Wed Jan 13, 2010 9:30 pm
Forum: Scripting Help
Topic: Only Scan certain ip.
Replies: 0
Views: 1633

Only Scan certain ip.

hello all i have this working code with me however its versioning every ip but i jus want it to version certain ips like for example *!*@125.* *!*@118.* , i tried to play around with it but with no success,help will be appreciated.. Code is listed below : bind ctcr - VERSION version:reply bind join ...
by gamble27
Fri Jan 08, 2010 5:34 am
Forum: Scripting Help
Topic: how can iexempt certain nicks
Replies: 0
Views: 1589

how can iexempt certain nicks

hello all,basically im using this tcl and its working fine,however i want to exempt certain nicks from being kicked,so basically i need help to create exempts.. script is listed below,thanks for attention and help :) bind ctcr - VERSION version:reply bind join - * check:version proc check:version {n...
by gamble27
Wed Jan 06, 2010 6:38 am
Forum: Script Requests
Topic: No version
Replies: 4
Views: 2869

Thanks

i manage to work out the code i pasted its working but how do we exempt certain nicks from being kicked cause like u said arfer its not very accurate so i need to exempt certain nicks.. thanks for the help :) exempting nicks or host both any will do :)
by gamble27
Wed Jan 06, 2010 5:18 am
Forum: Script Requests
Topic: No version
Replies: 4
Views: 2869

Thanks for replying

hey arfer thank u for ure time,but could we change to version instead of finger,because i realise by versioning we have higher accuracy rather than fingering,ure script is nicely written,i wud be grateful if u can change it to version instead.. i had a similar tcl b4 but for weird reason it dont wor...
by gamble27
Tue Jan 05, 2010 9:15 am
Forum: Script Requests
Topic: No version
Replies: 4
Views: 2869

No version

hello all,i am looking for a tcl which will version users on join and kickban them after 15 sec if they didnt reply the version,i noticed most of the spammers has no version reply so this could be a help to stop spammers. SO basically on join version user and kick ban if the user dont reply version ...
by gamble27
Fri Nov 27, 2009 5:08 am
Forum: Script Requests
Topic: Anti Mass Kick TCL
Replies: 1
Views: 2506

Anti Mass Kick TCL

eggdrop will be on SOP access.requesting for a tcl which does the following : any aop deop/kick eggdrop(sop access),eggdrop will auto del the the aop and memosops abt the deletion(auto) and if any aop kicks more 4 users in 5 sec,eggdrop will auto del the the aop and memosops abt the deletion(auto) t...
by gamble27
Mon Nov 09, 2009 7:55 am
Forum: Script Requests
Topic: Notice Channel Ops
Replies: 10
Views: 6446

thanks for replyin..

after making those changes i got this error [11:41] Tcl error in script for 'timer1104054': [11:41] invalid command name " " ill paste the whole tcl tht i changed after u told me to change the parts #Settings # The Maxium Idle Time for a Channel Operator before excluding them # from the he...
by gamble27
Sun Nov 08, 2009 2:33 am
Forum: Script Requests
Topic: Notice Channel Ops
Replies: 10
Views: 6446

thanks

no prob bro its working.. and its a nice tcl but i was jus wondering how if i jus want it to notice the main channel instead of noticing every active ops it jus send 1 op notice to the main channel.thanks for assisting.
by gamble27
Sat Nov 07, 2009 1:49 pm
Forum: Script Requests
Topic: Notice Channel Ops
Replies: 10
Views: 6446

thanks for replyin..

i have tried the followin tcl tht u have pasted and there is an error. [17:46] Tcl error in script for 'timer825': [17:46] wrong # args: no script following "{[getchanidle "$onick" "$mchan"] < $hops_idletime}" argument This is the error i get when a user join the help c...
by gamble27
Sat Nov 07, 2009 5:57 am
Forum: Script Requests
Topic: Notice Channel Ops
Replies: 10
Views: 6446

Notice Channel Ops

These days every channel has a help channel,basically what im looking for is the channel eggdrop auto notice channel ops in main channel when someone who is not opped join in the help channel. So basically someone join #englandhelp the eggdrop will auto notice #england ops in op notice Ie notice #en...