Hi people, i have took in alot about scripting, but i have come to a trouble point.

I have made this simple code.

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


What its sposed to do is;

- When somebody in that channel kicks somebody it kicked them to
- Also it displays the message

I keep getting a message saying

KICK Not enough parameters

Any ideas chaps?

Cheers.