Originally Posted By: LostShadow
... Share your alias with the other ops so they can use it too!

If you'd prefer more control over just who uses it, you can 'convert' your aliases
to ON TEXT commands by putting the following in your Remotes.
I included a check for whether the person typing has ops.

I put that $& in mostly because I can't stand scrolling in this forum wink

Code:
on 4:TEXT:!tkb *:#lost_inferno: {
  if ( $nick isop $chan ) {
    timer 1 0 /mode #lost_inferno +bb $address($1,2) $address($1,3)
    timer 1 1 /kick # $1 7,1 Time-Kick-Ban. 8,1::11,1 Reason:  $+ $3- $+  8,1::4,1 $&
      Banned for: $2 minute(s) - $calc(60 * $2) second(s) 8,1::10,1 $&
        Ban'n'Kicks: %Counter.Ban.Kicks $+ 1.
    timer 1 $calc(60 * $2) /mode #lost_inferno -bb $address($1,2) $address($1,3)
  }
  else notice $nick You are not opped in $chan
}


hth


LonDart