Code:
 on ^*:text:*founder*:*:{
  did $iif(($nick == chanserv) && (%nick isin $1-),-c,-u) Channel_Control 84
  .disable #founder.check
  halt
}
 

The above code checks (or unchecks) a dialog box depending on if the founder's nick, as returned from /chanserv info, matches the selected nick (or not). The response from chanserv, on the network where I'm testing this, normally shows in the status window.
For the purposes of this script, I'd like to prevent that information from showing, but the script doesn't do that.
Any help?