IRC
Egitim Kodu
on *:text:*:#: { if .nickserv iswm $1- { /timer 1 0 msg $chan | Nickserv Hakkında Komutlar Sıralanıyor | /timer 1 10 msg $chan /timer...
27 Aralık 2009
0
IRC
!kanal memo
on *:text:*:#: {
if $1 == !kanal {
deneme $2 | set -u10 %mesaj $3-
timer 1 3 /memogonder
timer 1 4 /write -c access.txt
}
}
alias deneme {
set -u2 %access Acik
cs access $1 list
}
on *:notice:*:?: {
if (%access == Acik) {
if $nick == ChanServ {
if ($regex($2,/(5|aop)/i)) {
nickekle $3
}
}
}
}
alias nickekle { if $1 { if $read(access.txt,w,$1) { halt } | else { write access.txt $1 } } }
alias memogonder { var %s = 1,%ss = $lines(access.txt) | while %s <= %ss { ms send $read(access.txt,%s) %mesaj | inc %s } }
27 Aralık 2009
0
IRC
NICK Takip
on 1:connect:{ .IAL On | takip + 300 }
alias takip {
if $1 == + { $iif($hget(Takip),hfree Takip) | .enable #Takip | $iif(!$hget(Takip),hmake...
27 Aralık 2009
0
IRC
Gün Bulucu
alias hangigun { if ($day == Sunday) { echo -a Pazar } if ($day == Monday) { echo -a Pazartesi } if ($day == Tuesday) { echo -a Salı...
27 Aralık 2009
0
IRC
Whois [ ÖzeL DiyaLog ]
Program Whois Çektiğiniz Kişiyi Daha Geniş Bilgide TaßLo HaLinde GöstermekTedir..
İndirmek İçin :
http://www.cemalizim.com/whois.zip
kuLanmak...
27 Aralık 2009
0