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


ircforumu sekershell
bizimkiler sosyalchat


Yeni Konu aç Cevapla
 
LinkBack Seçenekler Arama Stil
Alt 07 Mayıs 2016, 21:27   #1
Çevrimdışı
Gelme, burası çok derin.

immortaL - ait Kullanıcı Resmi (Avatar)
Helper Bilgi - Voice/Devoice/Ban/Kick Bilgileri


Reklam

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
alias help return #help alias helper return #helper alias helpadd writeini help.ini $1- alias helpdel remini help.ini $1- alias helpekle return $iif(!$ini(help.ini,$1,$2),1,$calc($readini(help.ini,$1,$2) + 1)) alias helpgoster return $iif(!$readini(help.ini,$1,$2),0,$readini(help.ini,$1,$2)) alias goster { if ($ini(help.ini,0) == 0) { msg $helper Helperler Adina Kayit Bulunmamaktadir. | halt } if ($1 == $null) { var %x = 1,%y = $ini(help.ini,0) | while (%x <= %y) { msg $helper Helper: $($chr(2),$ini(help.ini,%x),$chr(2)) Voice: $+($chr(2),$helpgoster($ini(help.ini,%x),voice),$chr(2)) Devoice: $+($chr(2),$helpgoster($ini(help.ini,%x),devoice),$chr(2)) Ban: $+($chr(2),$helpgoster($ini(help.ini,%x),ban),$chr(2)) Kick: $+($chr(2),$helpgoster($ini(help.ini,%x),kick),$chr(2)) | inc %x } } else { if ($1 == -r) { msg $helper Helperlere Ait Butun Bilgiler Sifirlanmistir. | write -c help.ini | halt } if ($ini(help.ini,$1) == 0) { msg $helper $1 Nickine Ait Bilgi Bulunmamaktadir! | halt } msg $helper Helper: $($chr(2),$1,$chr(2)) Voice: $+($chr(2),$helpgoster($1,voice),$chr(2)) Devoice: $+($chr(2),$helpgoster($1,devoice),$chr(2)) Ban: $+($chr(2),$helpgoster($1,ban),$chr(2)) Kick: $+($chr(2),$helpgoster($1,kick),$chr(2)) } } on *:rawmode:#: { if ($chan == $help) { if ($1 == +v) { helpadd $nick voice $helpekle($2,voice) } if ($1 == -v) { helpadd $nick devoice $helpekle($2,devoice) } if ($1 == +b) { helpadd $nick ban $helpekle($2,ban) } } } on *:kick:#: { if ($chan == $help) { helpadd $nick kick $helpekle($nick,kick) } } on *:text:!bilgi*:#: { if ($chan == $helper) { if ($2 == $null) { goster | halt } if ($2 == -r) { goster -r } else { goster $2 } } }



Kod:   Kodu kopyalamak için üzerine çift tıklayın!
[18:29] <Guest18080> !bilgi [18:29] <@Security> Helper: iSyan Voice: 1 Devoice: 0 Ban: 0 Kick: 3 [18:29] <@Security> Helper: Che Voice: 1 Devoice: 0 Ban: 0 Kick: 0 [18:29] <Guest18080> !bilgi iSyan [18:29] <@Security> Helper: iSyan Voice: 1 Devoice: 0 Ban: 0 Kick: 0 [18:29] <Guest18080> !bilgi Guest325252 [18:29] <@Security> Guest325252 Nickine Ait Bilgi Bulunmamaktadir! [18:29] <Guest18080> !bilgi -r [18:29] <@Security> Helperlere Ait Butun Bilgiler Sifirlanmistir

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
alias help return #help alias helper return #helper alias helpadd writeini help.ini $1- alias helpdel remini help.ini $1- alias helpekle return $iif(!$ini(help.ini,$1,$2),1,$calc($readini(help.ini,$1,$2) + 1)) alias helpgoster return $iif(!$readini(help.ini,$1,$2),0,$readini(help.ini,$1,$2)) alias goster { if ($ini(help.ini,0) == 0) { msg $helper Helperler Adina Kayit Bulunmamaktadir. | halt } if ($1 == $null) { var %x = 1,%y = $ini(help.ini,0) | while (%x <= %y) { msg $helper Helper: $($chr(2),$ini(help.ini,%x),$chr(2)) Voice: $+($chr(2),$helpgoster($ini(help.ini,%x),voice),$chr(2)) Devoice: $+($chr(2),$helpgoster($ini(help.ini,%x),devoice),$chr(2)) Ban: $+($chr(2),$helpgoster($ini(help.ini,%x),ban),$chr(2)) Kick: $+($chr(2),$helpgoster($ini(help.ini,%x),kick),$chr(2)) | inc %x } } else { if ($1 == -r) { msg $helper Helperlere Ait Butun Bilgiler Sifirlanmistir. | write -c help.ini | halt } if ($ini(help.ini,$1) == 0) { msg $helper $1 Nickine Ait Bilgi Bulunmamaktadir! | halt } msg $helper Helper: $($chr(2),$1,$chr(2)) Voice: $+($chr(2),$helpgoster($1,voice),$chr(2)) Devoice: $+($chr(2),$helpgoster($1,devoice),$chr(2)) Ban: $+($chr(2),$helpgoster($1,ban),$chr(2)) Kick: $+($chr(2),$helpgoster($1,kick),$chr(2)) } } on *:rawmode:#: { if ($chan == $help) { if ($1 == +v) { helpadd $nick voice $helpekle($2,voice) } if ($1 == -v) { helpadd $nick devoice $helpekle($2,devoice) } if ($1 == +b) { helpadd $nick ban $helpekle($2,ban) } } } on *:kick:#: { if ($chan == $help) { helpadd $nick kick $helpekle($nick,kick) } } on *:text:!bilgi*:#: { if ($chan == $helper) { if ($2 == $null) { goster | halt } if ($2 == -r) { goster -r } else { goster $2 } } }



Kod:   Kodu kopyalamak için üzerine çift tıklayın!
[18:29] <Guest18080> !bilgi [18:29] <@Security> Helper: iSyan Voice: 1 Devoice: 0 Ban: 0 Kick: 3 [18:29] <@Security> Helper: Che Voice: 1 Devoice: 0 Ban: 0 Kick: 0 [18:29] <Guest18080> !bilgi iSyan [18:29] <@Security> Helper: iSyan Voice: 1 Devoice: 0 Ban: 0 Kick: 0 [18:29] <Guest18080> !bilgi Guest325252 [18:29] <@Security> Guest325252 Nickine Ait Bilgi Bulunmamaktadir! [18:29] <Guest18080> !bilgi -r [18:29] <@Security> Helperlere Ait Butun Bilgiler Sifirlanmistir

  Alıntı ile Cevapla

IRCForumu.Net - Reklam Alanı

Cevapla

Etiketler
bilgi, bilgileri, helper
IRCForumu.Net - Sponsor Bağlantılar


Seçenekler Arama
Stil

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık