Code: Select all
.help console
Code: Select all
.help console
This should work, i haven`t tested. U must set .chanset #channel +autovoicebind join - * autovoice
setudef flag autovoice
proc autovoice {nick uhost hand chan} {
if {![string match *+autovoice* [channel info $chan]]} {return 0}
putserv "MODE $chan +v $nick"
}