View Single Post
Old 01-21-2004, 11:26 AM  
rAWfOX
Senior Member
 
Join Date: Aug 2003
Posts: 148
Default

Quote:
Originally posted by Razor
add this to iobanana.tcl
Code:
bind pub - [set ioss(cmdpre)]ustats ustatsalias

proc comparealias {nick uhost hand chan args} { ioBanana $nick $chan "ustats [lindex $args 0]" }

works for me..
Code:
bind pub - [set ioss(cmdpre)]ustats ustatsalias

proc ustatsalias {nick uhost hand chan args} { ioBanana $nick $chan "ustats [lindex $args 0]" }

works better
rAWfOX is offline   Reply With Quote