# Set your channel
set soundchan "#เด็กเทคโน"
# Set you kick
msg
set soundkickmsg "4S3ound
4C3hannel4-_- "
# Don't edit
anything below unless you know what you're doing
bind ctcp - SOUND sound
bind ctcp - MP3 sound
set ver
"v1.0"
proc sound
{nick uhost hand chan keyword arg} {
global soundkickmsg soundchan botnick
if {(([lsearch -exact [string tolower $soundchan] [string tolower
$chan]] != -1) || ($soundchan == "*")) && (![matchattr
$hand b]) && (![matchattr $hand f|f $chan]) && ($nick
!= $botnick)} {
if {([string toupper $keyword] != "SOUND") &&
([string toupper $keyword] != "MP3")} {
return 0
}
if {[string index $chan 0] == "#"} {
putserv "MODE $chan +b $uhost"
putserv "KICK $chan $nick :$soundkickmsg"
return 1
}
}
}
putlog
"Sound Ban kick $ver By kfc1 loaded ..."