Code: Select all
setudef flag your_flag
Code: Select all
if {([lsearch -exact [channel info $chan] {+your_flag}] != -1)} {
### the rest of the procedure goes here
###
}
Code: Select all
setudef flag your_flag
Code: Select all
if {![channel get $chan your_flag]} { return 0 }
Suggest that you start your own thread. You are much more likely to get help that way.Valinath wrote:So.. as i cant get DCC to work, and .chanset doesnt work in my partyline for some reason..