Originally Posted By: XTZGZoReX

Fixed:


Yours is missing a parameter too, it's missing $chan. tordie's looks ok though, aside from those ugly pipes. smirk

Code:

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