View Single Post
Old 04-11-2005, 07:59 AM  
deo
Banned
 
Join Date: Feb 2005
Posts: 46
Default

Code:
set botvars(schan) "#channel" ;# channel bot needs to join

bind join - * _START

proc _START {nick user hand chan} {global botvars
	if {[string equal -nocase $chan $botvars(schan)] && [isbotnick $nick]} {
		...go disk free proc...
	}
}

there's a start...
deo is offline   Reply With Quote