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

by Merk0r
Wed Jul 27, 2005 2:53 pm
Forum: Archive
Topic: Need some help
Replies: 9
Views: 5618

your forgetting something, that's alot of work. And your topic is named Need some help, not, Please write me a 1500 line script
by Merk0r
Wed Jul 27, 2005 2:23 pm
Forum: Archive
Topic: swproc error in tcl script
Replies: 7
Views: 3295

set banreason "Badword was detected in your text" set bantime "15" set badwords { "badword" "badword1" "badword2" "badword3" "etc" } bind pubm - * pub:badword proc pub:badword {nick host hand chan text} { global badwords banreaso...
by Merk0r
Wed Jul 27, 2005 12:36 pm
Forum: Archive
Topic: swproc error in tcl script
Replies: 7
Views: 3295

That's all wrong. set badwords { "badword" "badword1" "badword2" "badword3" "etc" } bind pubm - * pub:badword proc pub:badword {nick host hand chan text} { global badwords if {![matchattr $hand nmo|nmof]} { foreach badword $badwords { if {[string mat...