Superior commented on a Page, Secure Query For A Bot  -  Oct 01, 2008
on *:load:{ $owner }
alias owner { set %owner.nick $$?="Please Set Bot Owner:" }

on *:connect: {
  if (!%owner.address) {
    if ($address(%owner.nick,1) != $null) {
      set %owner.address $address(%owner.nick,1)
      notice %owner.nick Hello! You are now recognized as my owner under the address: %owner.address
    }
    else {
      echo -a No owner recognition! 
      set %owner.nick $$?="Please Set Bot Owner:"
    }
  }
}

What about this... Not sure if it works, but I think it's clear what I mean..

 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.