Cevap: [Basarili] Bir Sunucu Eggdrop. Bakın.
Buldum Tcl Içinde Yanılmıyorsam Şu Satırdan Ayar Yapıcaksın Aşağıda Vericem ;
| Alıntı: |
#
## 2 ## Text flood (chars)
#
# Use .chanset #channel ap:textc <chars>:<seconds> (in DCC, 0:0 to disable)
# Set default rate here:
lappend ap:udefs {ap:textc 350:2}
# Text flood (chars) punishment method:
set textc(pmeth) 4
# Text flood (chars) bantype.
set textc(btype) 2
# Text flood (chars) ban time in minutes. (0 for no ban time)
set textc(btime) 10
# Text flood (chars) kick msg.
set textc(kmsg) "*Çok uzun yazı*. $kckcount(form)"
| |