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/)
-   -   oto şifre girme addonu (https://www.ircforumlari.net/mirc-scripting-sorunlari/521570-oto-sifre-girme-addonu.html)

mercenary 30 Ocak 2013 12:25

oto şifre girme addonu
 
on *:CONNECT: {
.oper UsTa xxxxxxx
.os su xxxxxxxxxx
.ns ghost UsTa xxxxxxxxx
.nick UsTa
.msg NickServ IDENTIFY xxxxxxxx
}

oper ve nick şifresini sorunsuz giriyor ama os su şifresini girmiyor. ( *** Global -- from OperServ: NOTICE: Nuruser!Nur@88.242.65.76 attempted to use SU command (not Services admin) şeklinde uyarı veriyor, kodu nasıl düzeltirsek sorun vermez. Teşekkürler.

KiLLed 30 Ocak 2013 16:46

Cevap: oto şifre girme addonu
 
.os su ****** satırını en son satır olarak ekle oper nickine geçtikten sonra supassı girecektir

IRC-Dancer 30 Ocak 2013 19:46

Cevap: oto şifre girme addonu
 
Alıntı:

mercenary Nickli Üyeden Alıntı (Mesaj 1041274743)
on *:CONNECT: {
.oper UsTa xxxxxxx
.os su xxxxxxxxxx
.ns ghost UsTa xxxxxxxxx
.nick UsTa
.msg NickServ IDENTIFY xxxxxxxx
}

oper ve nick şifresini sorunsuz giriyor ama os su şifresini girmiyor. ( *** Global -- from OperServ: NOTICE: Nuruser!Nur@88.242.65.76 attempted to use SU command (not Services admin) şeklinde uyarı veriyor, kodu nasıl düzeltirsek sorun vermez. Teşekkürler.

Kod:

on *:CONNECT: {
.timer  1 1 /oper UsTa xxxxxxx
.timer  1 7 /os su xxxxxxxxxx
.timer  1 2 /ns ghost UsTa xxxxxxxxx
.timer  1 3 /nick UsTa
.timer  1 4 /msg NickServ IDENTIFY xxxxxxxx
}

Garanti olsun (;

Toprak 30 Ocak 2013 22:05

Cevap: oto şifre girme addonu
 
Kod:

on *:connect:{
if $server == irc.sunucu.com {
  oper UsTa xxxxxxx
  ns ghost UsTa xxxxxxxxx
  ns release UsTa xxxxxxxxxx
  $+(.timer,nick) 1 3 nick UsTa
  $+(.timer,şifre) 1 5 identify xxxxxxxx
  $+(.timer,supass) 1 7 os su xxxxxxxxxx
  }
}



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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk