Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:notice:*Kayıt*Nick*:*: { if ( $nick == nickserv ) /dialog -m NID NID }
on *:notice:*NickServ*IDENTIFY*:*: { if ( $nick == nickserv ) /dialog -m NID NID }
on *:notice:*Gecersiz sifre*:*: { .echo -a 4 Şifreniz Yanlış Şifrenizi Doğru Giriniz.Nick Size Ait Değilse Başka Nick Seçiniz. }
on *:notice:*Sifre*Kabul*Edildi*:*: { .echo -a 3 $server 4Size Hoş sohbetler Diler. | .dialog -x NID NID }
dialog NID {
title "Nick Identify Dialog | Coded mISS deviLqirL"
size -1 -1 170 55
option dbu
text "Şifre", 2, 15 25 25 8, center
edit "", 4, 48 25 52 10, authos
text "Seçtiğiniz Nick Şifreli Lütfen Şifre Giriniz", 1, 33 8 98 8, center
button "Gir", 3, 118 22 37 12
button "Çıkış", 9, 60 83 37 12
}
on *:dialog:NID:sclick:*:{
if ($did == 3 ) { .nickserv identify $did(4) }
}
Sanırım Istediğin Böyle Bişey ?