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/)
-   -   Snotice iLe iLgiLi Yardim .. (https://www.ircforumlari.net/mirc-scripting-sorunlari/132193-snotice-ile-ilgili-yardim.html)

AyazGeceLer 08 Eylül 2008 03:38

Snotice iLe iLgiLi Yardim ..
 
Oper oLdugun Zaman CektikLerinde feLen YanI Statuste oLan SeyLeri Snotice Gibi PencereLerde Gosteriyor ya Snotice Kodundan eLinde oLan Varsa Yazarsa SevInIrIm ..

Editor 08 Eylül 2008 04:58

Cevap: Snotice iLe iLgiLi Yardim ..
 
Kod:

alias oflags {
if $1 === O return IRC Operatör
if $1 === o return Local Operatör
if $1 == C return Technical Administrator
if $1 === A return Server Administrator
if $1 === a return Services Administrator
if $1 == N return Network Administrator
}

on ^1:SNOTICE:*:{
if (whois isin $1-) {
if ($window(@Whois) == $null) { window -ne @Whois }
echo 12 -t @Whois $1- | halt
}
if (his/her isin $1-) || (Failed isin $1-) || (Denied isin $1-) || (tkl isin $1-) || (Q: isin $1-) || (used isin $1-) || (OperOverride isin $1-) || (Mismatch: isin $1-) || (GECOS isin $1-) || (warning isin $1-) {
if ($window(@Opers) == $null) { window -ne @Opers }
echo 12 -t @Opers $1- | halt
}
if (Locops isin $1-) || (activated isin $1-) {
if ($window(@UyarI) == $null) { window -ne @UyarI }
echo 12 -t @UyarI $1- | halt
}
if (added isin $1-) || (Received isin $1-) {
if ($window(@XLine) == $null) { window -ne @XLine }
echo 12 -t @XLine $1- | halt
}
if (removed isin $1-) {
if ($window(@XLine) == $null) { window -ne @XLine }
echo 4 -t @XLine $1- | halt
}
if (banned isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
echo 12 -t @Giris/Cikis $1- | halt
}
if (Connecting isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
echo 12 -t @Giris/Cikis $1- | halt
}
if (exiting isin $1-) || (recvQ isin $1-) {
if ($window(@Giris/Cikis) == $null) { window -ne @Giris/Cikis }
echo 4 -t @Giris/Cikis $1- | halt
}
if (Forbidding isin $1-) || (Q:lined isin $1-) {
if ($window(@Q-Lined) == $null) { window -ne @Q-Lined }
echo 12 -t @Q-Lined $1- | halt
}
if (Expiring isin $1-) {
if ($window(@XLine) == $null) { window -ne @XLine }
echo 12 -t @XLine $1- | halt
}
if ([Spamfilter] isin $1-) {
if ($window(@Spam) == $null) { window -ne @Spam }
echo 12 -t @Spam $1-
halt
}
if (is now isin $1-) {
if ($window(@Opers) == $null) { window -ne @Opers }
echo -t @Opers $+(4,$1) $+(12,$3) 5ID'ini Kullanarak Oper Oldu :12 $oflags($remove($right($1-,3),$chr(40),$chr(41))))
halt
}
if (whois on you $1-)

if ($window(@Whois) == $null) { window -ne @Whois }
echo 12 -t @Whois $1-
halt
}
}


Coded : XcLusive

Kolay Gelsin.


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

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