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

by simo
Thu Apr 16, 2015 11:42 am
Forum: Script Requests
Topic: global announcement with pub command
Replies: 6
Views: 9179

but that doesnt set time to keep sending ?

i want to have the option to halt it and to set it with a set time
by simo
Thu Apr 16, 2015 10:07 am
Forum: Script Requests
Topic: global announcement with pub command
Replies: 6
Views: 9179

global announcement with pub command

i was looking to make this code to be used with pub command like: !global cron message !globstop to set cron and message and to stop ################################################################################# #Begin Setup #Set global message the bot will post once every hour: set globalmsg &qu...
by simo
Wed Apr 15, 2015 7:27 pm
Forum: Scripting Help
Topic: Again the Whois ..
Replies: 25
Views: 26969

greetings, do you have the final tcl for the final result ? it looks nice with the added connect time and idle time and the colored parts makes it more clear

nicely done
by simo
Wed Apr 08, 2015 6:22 pm
Forum: Script Requests
Topic: check channel modes and unlock channel if locked
Replies: 9
Views: 13637

nice tnx caesar
by simo
Tue Apr 07, 2015 11:09 pm
Forum: Script Requests
Topic: check channel modes and unlock channel if locked
Replies: 9
Views: 13637

oh that one seems working too tnx spike^^
by simo
Tue Apr 07, 2015 8:50 pm
Forum: Script Requests
Topic: check channel modes and unlock channel if locked
Replies: 9
Views: 13637

check channel modes and unlock channel if locked

greetings, im using this tcl at the moment it checks for the modes that lock channel incase some OP forgot to remove them i was wondering if it could be modified to only remove the actuall modes that are set and detected unlike as it is now where it removes the modes anyway regardless if they are se...
by simo
Thu Apr 02, 2015 10:14 am
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

it works excellent spike^^ job well done it executes well

thanx again nicely done
by simo
Wed Apr 01, 2015 7:30 pm
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

basicly what i want it to do is if for example 10 users/bots with all a different IP do a nick change in 1 go i want after second nick change the channel to get locked ( channel modes +imN ) and start kick banning all who changed nick (and stack the bans) as it possibly comes from some kind of abuss...
by simo
Tue Mar 31, 2015 3:05 pm
Forum: Script Requests
Topic: anti repeat from multi host/ip
Replies: 106
Views: 151801

excellent end result spike^^
this one adds timed channel lock when repeated text is detected to prevent any further abuse

thanx again
by simo
Mon Mar 30, 2015 6:11 pm
Forum: Script Requests
Topic: anti repeat from multi host/ip
Replies: 106
Views: 151801

works well SpiKe^^ nice job
by simo
Mon Mar 30, 2015 10:43 am
Forum: Script Support & Releases
Topic: Change Nick Too fast.TCL ver 1.0 Disign by H@0 (HELP)
Replies: 2
Views: 7175

just change the

sendxsa $whatass $chan $newnick "$ssystems"

into

sendxsa $whatass $chan $newnick "$kickmsgreason"
by simo
Mon Mar 30, 2015 8:42 am
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

i found this tcl and was wondering how to make it ban when nicks with all a different IP do a nick change all get banned since if 10-100 bots all with different IP do a nick change it fills the channel with nick change messages ## ---------------------------------------------------------------------...
by simo
Sat Mar 28, 2015 10:09 am
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

infact i already use that tcl and it doesnt cover what i described also built in nick-flood only covers done per user and start kickbanning per user what i was aiming at is start kickbanning with wildcard to avoid nickfloods from multi ips and setting cmode +N wont get rid it them wich is what almos...
by simo
Sat Mar 28, 2015 9:48 am
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

i did this request cause ircd doesnt really cover this kind of abuse
by simo
Sat Mar 28, 2015 9:45 am
Forum: Script Requests
Topic: ban nickfloods from multi IPS
Replies: 11
Views: 16350

ban nickfloods from multi IPS

i had another request to start kickbaning after like lets say 4 nick changes in 2 seconds any one who does so is often part of some bots atack on channel and usually ircd channel mode settings only blocks nickchanges (like all anti nickflood tcls)and does nothing else leaving those who did these flo...