Quote:

Or you can use this.
Code:
on *:JOIN:#:{  
  if $istok(#channel1 #channel2 #channel3 , $chan , 32) {
    describe # welcomes $nick -- Welcome to $chan ,How may we help you? We hope you enjoy your stay in #
  }
}


Why not use the on *:JOIN:#channel1,#channel2,#channel3: { } already in existance?


-KingTomato