Not sure how to classify myself.... I can do basic scripts, and have fun figuring out how to get them to work.
Beginner?
I'd like to learn a good method of making scripts multi-channel. NOT all channels that the bot is on though - but be able to have the script operate in some channels that I select.
An example of a script that I'd like to modify to become multi-channel, is:
http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=821
It is named count.tcl by caesar. v.0.1 11/04/2003
No doubt there are other scripts out there, that do what this one does, and are already multi-channel. But I want to learn a good method, and this script is not too complicated. And, I would like a nice multi-channel counter script (maintain seperate join counts on a per channel basis) anyway.

I thought it might be a good place to start.
I found one method, somewhere, that set channels by name, in an array.
It just didn't feel right.
But elsewhere, - - in this script: http://www.egghelp.org/cgi-bin/tcl_arch ... oad&id=259
peak.tcl 1.8 25/07/2004 FireEgl
I found that he does it with setudef and uses:
if {[lsearch -exact [channel info $chan] {+peak}] != -1}
When I also found that method in the google script by incith ( That is a GREAT script! ) , I was encouraged.
First question: Before I waste a lot of time studying it, and trying to learn to implement this method - is this a good method to learn?
Next question: Using the search engine here in the forum, I didn't find any posts that addressed this. If you have anything, anywhere to direct me to, for more reading on this, please post a link.
Last: Any other comments to get me going in the right direction will be appreciated.
Thanks