Originally Posted By: Wims
Code:
alias kick kick $1- Kick: %kicks $+ 


The kick command already handle the fact that you can miss the channel parameter if you use it for the active channel, just add your reason



Code:
on *:kick:#:if ( $nick == $me ) inc %kicks 1

alias kick { if ($me isop #) { kick # $1 $2- # $+ %kicks $+   } }


That worked, removed the ison and tweaked a bit! smile