x-treem wrote:because i wanted to make the script "handly" to change adding a list of channels with that flag in just one line to have the script run also for that chan as needed instead of having to write it 10thousand times in the party line .chanset #chan1 blah blah .chanset #chan2 blah blah etc
Wait, I'm not following..
.chanset * +sendinfo
That turns it on for every single channel your bot is in.
.chanset #thischan -sendinfo
That turns it off, for that single channel. Which if you used * above, will allow you to remove a few channels you don't want enabled. This is what you should be doing or remove that check entirely since you always want the script to work...
And what exactly is "handly"? A surname? A malapropism of "handy"? A foreign language term not immediately recognizable?
You mean you load the same script, except, multiple times with embedded chanset commands to activate each for each different channel? OMG.. wow, that is too much work my man. You are drowning your bot in redundant data (aka, slowing it down). Talk about doing things backwards. You have just defined that statement.