IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   baglantı (https://www.ircforumlari.net/mirc-scripting-sorunlari/15139-baglanti.html)

HaLiKaRNaSX 01 Nisan 2006 20:17

baglantı
 
dialog oper {
title "oper girişi"
size -1 -1 98 101
option dbu
icon 1, 1 1 96 21, images/icon.jpg
text "Nick", 2, 4 30 25 8
edit "", 3, 36 29 59 10
text "Şifre", 4, 3 47 25 8
edit "", 5, 36 44 59 10, pass return autohs autovs
text "Oper Şifresi", 6, 3 62 25 8
edit "", 7, 36 60 59 10, pass return autohs autovs
button "baglan", 8, 31 80 37 12, ok
}
on *:dialog:oper:*:*:{
if ($devent == init) {
did -ra $dname 3 $me
}
if ($devent == sclick) {
if ($did == 8) { set %xxx $did(5) | .nick $did(3) | set %osifre $did(7) | server irc.xxx.net }
}
}
on *:connect:{
if (%xxx != $null) { .msg nickserv identify %xxx | oper %nickin %osifre | unset %xxx }
}

bu kodda acaba bir hata varmı ?

MaeLStrOm 02 Nisan 2006 10:34

Re: baglantı
 
on *:connect:{
if $($+(%,xxx),2) { .msg nickserv identify %xxx | oper %nickin %osifre | unset %xxx }
}


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

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net