Code:
on *:KICK:#:{
if ($nick != $me) { .notice $nick You are not allowed to kick anyone from this channel. | kick $chan $nick }
}


should work.