Code:
  
on @*:text:!menu*:#matrixx:{showmenus}
on @*:join:#matrixx:{
  .timer 1 3 check.reg $chan $nick
}
alias check.reg {
  if $2 isreg $1 {
    .mode $1 +v $2
    showmenus
  }
}
alias showmenus {
  notice $nick Welcome to the Help Menu: Feel free to use the following commands: !register, !forum, !general, !welcome, !crazy, !rules, !faq 
}


[edit]or what OrionsBelt said.. ;o)

Last edited by billythekid; 05/08/06 08:35 PM.