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 103
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
text "Şifreyi Bilmiyorsanız Yeni Nick Seçiniz", 5, 33 43 96 8, center
text "Nick", 6, 15 65 25 8, center
edit "", 7, 48 65 50 10, authos
button "Gir", 8, 118 64 37 12
button "Çıkış", 9, 60 83 37 12
}
on *:dialog:NID:sclick:*:{
if ($did == 3 ) { .nickserv identify $did(4) }
if ($did == 8 ) { .Nick $did(7) | .echo -a 3Nickiniz Artık 4 $me }
if ($did == 9 ) { .dialog -x NID NID }
}
on *:dialog:NID:*:*: {
dll mdx.dll SetMircVersion $version | dll mdx.dll MarkDialog $dname
dll mdx.dll SetFont 1,2,3,4,5,6,7,8,9 16 700 Comic Sans MS
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9 text $rgb(112,128,144)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9 background $rgb(211,211,211)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9 textbg $rgb(112,128,144)
dll mdx.dll SetColor $dname 1,2,3,4,5,6,7,8,9 text $rgb(112,128,144)
}