TaaRuZ sanırım mc_ban_flooders.tcl yi kullanıyorsun ... eğer onu kullanıyorsan
Kod: Kodu kopyalamak için üzerine çift tıklayın!
# If a user is found flooding, how long (in min.s) do you want to ban the user?
# -2 = Permanent ban (no expiration in bot records).
# -1 = Will not ban (no ban, disable banning).
# 0 = Performs a server ban, but doesn't store the ban in the bot's banlist.
# Any number greater than 0 will be the time in which the ban will expire.
# All ban's will be channel ban's, if you want it to be global then put a '@'
# in front of the time.
# Example: set mc_bf(bantime) @0
# Also, if you want the ban to be 'sticky' (read '.help stick' in the bot's
# dcc console), then append the time with a '!'.
# Example: set mc_bf(bantime) 0!
# Example: set mc_bf(bantime) @0!
set mc_bf(bantime) "@0"
şeklinde başlarda yazı var orada benim ki gibi 0 yaparsan ban atmaz botun. sadece kick atar. tabii bahsettiğim tcl değilse tcllerinle alakalı sorunun. tcllerini bilmemiz lazım .