I got a couple of questions I need answers to.
1. How to PRIVMSG all channels that have a certain user defined flag set to them? I know how to check if a trigger has come from a channel with a certain flag within a procedure:
Code: Select all
if { ![channel get $channel some_flag] } { return 0 }
2. I know its possible to use a couple of pub binds for one and the same procedure. Like this:
Code: Select all
bind pub - !quote pub:quote
bind pub - !qt pub:quote
bind pub - !addquote pub:quote
Thats all guys, hope some of you will be able to answer. I searched through the forum and examined a couple of tcl scripts, but couldnt find what im looking for.
Thanks in advance.