Code:
alias rules /msg $chan Bla bla here are the rules !

on *:TEXT:!rules:#tester2 {
  if ($nick isreg #tester2) goto end
  /rules /msg $chan Bla bla here are the rules !
  else goto end
}


Now the ops can type !rules, and you will announce the rules.
For you to announce the rules type /rules

Last edited by croyfer; 18/09/04 03:03 PM.