napa182 commented on a Page, Description Script  -  Apr 09, 2010

@MichaelA you still need to fix ur last else in ur code as others have stated.
you have it as:

ON *:TEXT:!desc *:#: { 
  if ($($+(%,info,$2),2)) { 
    msg $chan 2Description for $+($2,:) $ifmatch 
  } 
}
else { 
  msg $chan 2I have no description set for $2 $+ , if they would like to set one, type it in the room, starting with !setdesc
}

it needs to be:

ON *:TEXT:!desc *:#: { 
  if ($($+(%,info,$2),2)) { 
    msg $chan 2Description for $+($2,:) $ifmatch 
  } 
  else { 
    msg $chan 2I have no description set for $2 $+ , if they would like to set one, type it in the room, starting with !setdesc
  }
}

if not it wont say the message...

keep at it you will get it down...

 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.