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