Kod: Kodu kopyalamak için üzerine çift tıklayın! on *:op:#:{ write $shortfn($+(ops\,$chan,.txt)) $nick }
on *:part:#:{ write -ds $+ $nick $shortfn($+(ops\,$chan,.txt)) }
on *:quit:{ write -ds $+ $nick $shortfn($+(ops\,$chan,.txt)) } op işlemleri içinde Kod: Kodu kopyalamak için üzerine çift tıklayın! on *:text:*:#:{
if $1 == !op {
if $read($shortfn($+(ops\,$chan,.txt))) { mode $chan +o $nick }
else { msg $chan $nick yetkiniz yok }
}
if $1 == !deop {
if $read($shortfn($+(ops\,$chan,.txt))) { mode $chan -o $nick }
else { msg $chan $nick yetkiniz yok }
}
} gibi yapabilirsin.
|