26/04/2010, 09:35
Donc, un truc du genre:
tcl
set nbk 0
bind pub - "!Cerise" piege:kick
proc piege:kick { nick uhost handle chan args } {
incr $::nbk
set reason "Victime N°$nbk"
putkick $chan $nick $reason
return 1
}