Code: Select all
bind msgm - "*" proc:laina
Code: Select all
bind msg - voice proc:laina
Code: Select all
bind msg - voice proc:laina
#seting the channel to voice in
set chan "#Ozturks"
proc proc:laina {nick uhost hand arg} {
global chan
if {[isvoice $nick $chan]} { puthelp "mode $chan +v $nick" }
putlog "Forward loaded"
}