Get_A_Fix commented on a Page, spy.tcl  -  Apr 14, 2010

heh, I used to use the above method to match userdefined settings

if {[lsearch -exact [channel info $c] {+spy}] != "-1"} {

now, it's just easier to do

if {[channel get $c spy]} {

I also stopped using shortargs, like n u h c t, etc. It can become problematic.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.