Ok what about is there anyway to kick on reason

so they can actually see it
Code:
on *:KICK:#channel: {
  if ($nick != $me) {
    .notice $nick You are not allowed to kick anyone from this channel.
    kick # $nick
  }


tbh i have no idea how you would set it.