Jonesy44 commented on a Page, Remove +R on services split  -  Apr 12, 2008

Could be made a little simpler .. ?

on *:QUIT:{
  if (*services* isin $1-) {
    var %i = 1
    while (%i <= $chan(0)) {
      if (R isincs $chan(%i).mode) {
        mode $chan(%i) -R
      }
      inc %i
    }
  }
}
 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.