View Single Post
Old 25-04-2007, 00:40   #2 (permalink)
lsn
Member
 
lsn's Avatar
 
Join Date: Jun 2004
Location: In the NeXuS
Posts: 160
Rep Power: 38
lsn will become famous soon enough
Default

Code:
proc chankey {chan args} {
  set chan [lindex $args 2]
  set chan [lindex $chan 1]
  set chankey [::stats::channel -get $chan chankey]
  if {[llength chankey]} {
    putserv "JOIN $chan $chankey"
  }
}
__________________
RESTRICTED AREA
lsn is offline   Reply With Quote