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/)
-   -   6667 portundan sadece belli nicklere giriş (https://www.ircforumlari.net/mirc-scripting-sorunlari/35444-6667-portundan-sadece-belli-nicklere-giris.html)

shardad 06 Ağustos 2007 02:05

6667 portundan sadece belli nicklere giriş
 
6667 portundan sadece belli nicklere giriş nasıl yaptırılır ?

Misal 6667 portundan sadece
xSdr23s
rGre34G
dV34eS

Bu 3 nick haricinde girene kline attırmak istiyorum.

Doktrin 06 Ağustos 2007 02:16

Cevap: 6667 portundan sadece belli nicklere giriş
 
Kod:

on *:SNOTICE:*:{
  if *Client connecting* iswm $1- {
    if $8 == 6667: && !$istok(xSdr23s rGre34G dV34eS,$9,32) {
      .kline $9 sebep
    }
  }
}


JoinT 07 Nisan 2008 04:20

Cevap: 6667 portundan sadece belli nicklere giriş
 
Arkadaşlar bunu ident için nasıl ayarlarız mesela 6667 den girenlerin identi joint deilse kline yesin diye

detay 07 Nisan 2008 11:43

Cevap: 6667 portundan sadece belli nicklere giriş
 
Kod:

on *:SNOTICE:*:{
  if *Client connecting* iswm $1- {
    var %id = $right($gettok($10,1,64),-1)
    if $8 == 6667: && !$istok(joint digerbirident baskabirident,%id,32) {
      .kline $9 sebep
    }
  }
}



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

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