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

by ppslim
Tue Sep 25, 2001 10:10 am
Forum: Archive
Topic: PLease help with small script edit
Replies: 3
Views: 3110

To make it one channel only, you could could add the following to it. if {[string tolower "#channel"] != [string tolower $chan]} { return } As for reading only 6 lines, I don't see why. The code sugests that it shoudl read till the end, but you claim it only reads 6 lines. You could paste ...
by ppslim
Mon Sep 24, 2001 9:03 pm
Forum: Archive
Topic: bind topc
Replies: 1
Views: 2707

By any chance, is the topic before the change set to nothing/blank? I would sugest somthing more along the lines of this code. set chantopics { {#Chaññel http://www.url.com.br} {#channel2 http://www.url2.com} } set urltemp "" set urltemp2 "" foreach urltemp $chantopics { lappend ...