Cevap: Oplar değilde adminler Kullansın
Black diamond ben şöyle düşündüm
ama henüz denemedim daha ; proc vops {nick uhand host chan text} { if {![isop $nick $chan]} {return 0} putquick "samode $chan +v $text" putquick "privmsg $chan : $text Voice yapıldı. $nick" } bind pub - !devoice dvop #PROC proc dvop {nick uhand host chan text} { if {![isop $nick $chan]} {return 0} putquick "samode $chan -v $text" putquick "privmsg $chan : $text devoice oldu. $nick" } |