guest598594 commented on a Page, Joins  -  Dec 07, 2007

when making comments, put a ; at the beginning of the line

-----------Join Notify All rooms----------------------------------

on *:JOIN:#: { msg $chan $nick has joined our convo }

umm thats would only notify one room, try

on *:join:#:{
  var %x = 1
  while $comchan($nick,%x) {
    msg $v1 $nick has joined our conversation
    inc %x
  }
}

:P

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.