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

>
+
Etiketlenen Kullanıcılar

1Beğeni(ler)
  • 1 Post By Aytac

 
 
LinkBack Seçenekler Arama Stil
Prev önceki Mesaj   sonraki Mesaj Next
Alt 02 Temmuz 2017, 11:56   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
nick takip hakkında bir sorum olacak




arkadaşlar elimde nick takip için bir remote var güzel çalışıyor ama girişlerin hepsini kanalda gösteriyor. ben kodun ayrı bir pencerede çıkmasını istiyorum. bunu nasıl ayrı bir pencere olarak gösterebilirim. kod aşağıda. yardım ederseniz sevinirim
Kod:   Kodu kopyalamak için üzerine çift tıklayın!
ON *:START: { ; Create a hash table and load the saved user data hmake trackusers 10 if ($isfile(trackusers.dat)) { hload trackusers trackusers.dat } } on *:JOIN:#: { ; Check if there are any nicknames for this mask if ($hget(trackusers,$address($nick,3))) { var %n = $ifmatch ; Delete the current nickname from the list of used nicknames if ($istok(%n,$nick,32)) { var %d = $deltok(%n,$findtok(%n,$nick,1,32),32) } else { var %d = %n } ; If there are no nicknames left in the list then stop if (!%d) { return } ; Display the nicknames echo $colour(info) -ti2 $chan * $nick 6Daha önce kullandığı Nickler12 $+ $iif($numtok(%d,32) > 1,:,:) %d if (!$istok(%n,$nick,32)) { ; Add the current nickname to the list hadd trackusers $address($nick,3) %n $nick } } else { ; Create a new entry for this mask hadd trackusers $address($nick,3) $nick } } on *:NICK: { if ($hget(trackusers,$address($newnick,3))) { var %n = $ifmatch if (!$istok(%n,$newnick,32)) { ; Append the new nickname to the list for this mask hadd trackusers $address($newnick,3) %n $newnick } } else { ; Create a new entry for this mask hadd trackusers $address($nick,3) $newnick } } menu nicklist { Track Users .Daha önce kullandığı nickler:{ if (!$address($$1,3)) { echo $colour(info) -ti2 # * IAL not updated for $$1 $+ , performing userhost lookup | userhost $$1 | return } if ($hget(trackusers,$address($$1,3))) { var %n = $ifmatch if ($istok(%n,$$1,32)) { var %d = $deltok(%n,$findtok(%n,$$1,1,32),32) } else { var %d = %n } if (!%d) { goto notknown } echo $colour(info) -ti2 # * $$1 4Daha önce kullandığı Nickler12 $+ $iif($numtok(%d,32) > 1,:,:) %d } else { :notknown echo $colour(info) -ti2 # * $$1 4Daha önce başka nick kullanmamıştır! 12 } } ; This resets the data for this nick's mask only .Reset:hdel trackusers $address($$1,3) } ON *:EXIT: { ; Save data on exit if ($hget(trackusers)) { hsave -o trackusers trackusers.dat } }


 
Alıntı ile Cevapla

 

Etiketler
nick takip addonu, nick takip koduna eklenti


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Nick Takip hakkında rmz mIRC Scripting Sorunları 10 30 Ekim 2011 08:50
!at nick hakkında bi sorum var.. cashmare mIRC Scripting Sorunları 6 05 Mayıs 2008 17:23
anope hakkında 2 sorum olacak sevgisiiz Servisler 3 26 Mart 2007 08:22
eggdrop hakkında bir sorum olacak Clupturk Eggdrop, NeoStats, BNC 2 21 Şubat 2007 23:22