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

by awesomeawyeah
Sun Jun 26, 2005 9:13 am
Forum: Archive
Topic: Repeat protection script.
Replies: 17
Views: 6493

dont work anymore :/ is this right? putquick "MODE $chan +b *!*[string range $uhost [string first @$uhost]end]" -next putquick "KICK $chan $nick :Repeating" -next timer 10 [list pushmode $chan -b $banmask] By the looks of this, try this it is more better: set banmask "*!*[l...
by awesomeawyeah
Sun Jun 26, 2005 9:10 am
Forum: Archive
Topic: using list in a foreach command
Replies: 23
Views: 8229

You can also use lists in this format, which is more better:

Code: Select all

set mylist {
{my_element1}
{my_element2}
{my_element3}
}
by awesomeawyeah
Sun Jun 26, 2005 9:08 am
Forum: Script Support & Releases
Topic: my badword tcl is missing :) help pls
Replies: 2
Views: 10408

A badword simple script can be summed up in just 5-6 lines. set badwords { "*word1*" "*word2*" "word3*" "*word4" "*wor*d5*" "*w??rd6*" "sentence here*" } bind pubm - "*" pubm:badword proc pubm:badword {nick uhost hand ch...
by awesomeawyeah
Sun Jun 26, 2005 9:01 am
Forum: Script Support & Releases
Topic: cloneflood.tcl by awyeah - problem
Replies: 7
Views: 15647

I think I added a fix on this, download and use this, then let me know:
http://www.coresynk.net/tclscripts/scri ... eflood.zip