Bunu conf eklicem biraz açıklama yaparmisiniz diğer islemi iptal etmcem bunu conf eklicem
ip listesi kismine iplerimi eklicem ?
|
Heartbroken Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] Kod: Kodu kopyalamak için üzerine çift tıklayın! set haters [list "123.45.*" "67.89.*" "0.0.0.7"] ;# Hedef Host / IP Listesi
bind join - *!*@* nochat4haters
proc nochat4haters {nick uhost hand chan} {
if {[isbotnick $nick] || ![channel get $chan shutup]} { return }
set host [lindex [split [getchanhost $nick] @] 1]
if {[expr {[lsearch $::haters $host]}] != "-1"} {
# pushmode $chan +M
pushmode $chan +b ~q:*!*@$host
flushmode $chan
return 1
}
return 0
}
# .chanset #kanal +shutup
setudef flag shutup |
--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 16:59 -->-> Daha önceki mesaj 16:38 --
bota ekledim altaki sekilde kodlari ekledim ipler odaya yaza biliyor
set haters[list "188.57.*" "178.241.*" "178.246.*" "178.247.*" "78.185.*"] ;# Hedef Host / IP Listesi
bind join - *!*@* nochat4haters
proc nochat4haters {nick uhost hand chan} {
if {[isbotnick $nick] || ![channel get $chan shutup]} { return }
set host [lindex [split [getchanhost $nick] @] 1]
if {[expr {[lsearch $::haters $host]}] != "-1"} {
# pushmode $chan +M
pushmode $chan +b ~q:*!*@$host
flushmode $chan
return 1
}
return 0
}
# .chanset #kanal +shutup
setudef flag shutup