Code:
on @Monkeyboy:join:#mychannel:{
  if ($adate == 12/11/2005) {
    msg $chan Happy birthday, $nick $+ !
    sound $chan Birthday.wav
    mode $chan +v $nick
  }
  else { 
    mode $chan +v $nick
    msg $chan Greetings, $nick $+ ! =) Nice to see you! =)
    sound $chan xmSLEIGHBELLS2.wav
    mode $chan +v $nick
    notice $nick Type !rules for a copy of the channel rules.
    notice $nick Type !help for a list of all my commands
    whois $nick 
  } 
}


Last edited by NeUtRoN_StaR; 11/12/05 09:46 PM.