Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

Simple Kick !command

Recommended Posts

  • Administrators

!k(ick) [nick] [reason]

 

>on $*:TEXT:/^[!@.]k(ick)?/Si:#:{  if ($nick isop $chan || $nick ishop $chan) {    if ($2 ishop $chan && $nick ishop $chan) || ($nick ishop $chan && $2 isop $chan) { halt }    kick $chan $iif($2,$2,$nick) $iif($3,$3-,$nick)  }}

Link to comment
Share on other sites



×
×
  • Create New...