Originally Posted By: bluenzo
alias kotunick {
msg # $1 $+ , Your nick is bad, please change it.
timerck $+ $nick 1 1 checknick $chan $1
}
alias -l checknick {
if ($2 ison $1) {
mode $1 +b * $+ $2 $+ !*@*
kick $1 $2 Your nick is bad, please change it.
}
}

got a problem with the code when i warn more nick than 1
ex 2 nicks its not gonna ban/kick othes just ban/kick the last one i warned so need some changes i think to kick/ban all nicks i warned ??