here is a better little script that would count other ppls kicks too

Code:
alias k {
if (!%kick.#) { set %kick.# 1 }
else {
inc %kick.# 1 
notice $1 you are kicked user %kick.#
}
on *:kick:*: {
if (!%kick.#) { set %kick.# 1 }
else {
inc %kick.# 1 
notice $1 you are kicked user %kick.#
}


untested and im sleepy if you dont like it change what you want :tongue: