Bazı ! Komutları için Remote KodLarı...

Otium

Altın Üye
Katılım
8 May 2007
Mesajlar
8,480
Reaction score
0
Puanları
0
Not: Bu Komutları Sadece Kanal @Ları Kullanabilir.
Kodlar Remote'ye yazıLacak...

!op Nick
Kod:
on *:text:*!op*:#:{
  if ( $nick isop # ) {
    mode # +o $2
  }
}

!deop Nick
Kod:
on *:text:*!deop*:#:{
  if ( $nick isop # ) {
    mode # -o $2
  }
}

!voice Nick
Kod:
on *:text:*!voice*:#:{
  if ( $nick isop # ) {
    mode # +v $2
  }
}

!devoice Nick
Kod:
on *:text:*!devoice*:#:{
  if ( $nick isop # ) {
    mode # -v $2
  }
}

!halfop Nick
Kod:
on *:text:*!halfop*:#:{
  if ( $nick isop # ) {
    mode # +h $2
  }
}

!dehalfop Nick
Kod:
on *:text:*!dehalfop*:#:{
  if ( $nick isop # ) {
    mode # -h $2
  }
}
!clear

Kod:
on *:text:*!clear*:#:{
  if ( $nick isop # ) {
    timer 60 0 /msg # 
    timer 1 4 /msg # !clear Komutunu Kullanan Yetkili: $Nick 
  }
}
 
Geri
Üst