IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum

IRCForumu.Net - Türkiye'nin IRC ve mIRC Kullanıcılarının Buluştuğu Forum (https://www.ircforumu.net/)
-   Hazır Kodlar (https://www.ircforumu.net/hazir-kodlar/)
-   -   oper tab. (https://www.ircforumu.net/hazir-kodlar/17475-oper-tab.html)

immortaL 12 Haziran 2019 23:47

oper tab.
 
Komutları:

/opers ekle Opernick operpass
/opers sil opernick

İşlevi:

/oper yazip taba bastıgınız zaman eklediginiz operleri sirasiyla size tamamlar.


Kod:

on *:start:hmake opers | hload opers o.s
alias opers {
  var %e echo 14 -a ***
  if $1 = ekle { hadd -m opers $2- | hsave opers o.s | %e Oper listesine eklendi: $2-  }
  if $1 = sil { hdel -m opers $2 | hsave opers o.s | %e Oper listesinden silindi: $2 }
}
on *:tabcomp:*:{
  if /oper iswm $1 {
    inc %opers | var %f $hget(opers,0).item
    editbox /oper $hget(opers,%opers).item $hget(opers,%opers).data
    $iif(%opers = %f,%opers = 0)
  }
}



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 22:03.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2005 - 2023 IRCForumu.Net - Tüm Hakları Saklıdır.