[DX] commented on a Page, Query Manager  -  Jan 06, 2008

No need for / here and other places

on *:dialog:qaccde:sclick:*: {
  if ($did == 7) { .msg %nnick %accmsg | /unset %nnick | /unset %naddress | /unset %nmsg | /dialog -x qaccde }
  if ($did == 8) { .msg %nnick %dismsg | /unset %nnick | /unset %naddress | /unset %nmsg | /dialog -x qaccde }
}

just

on *:dialog:qaccde:sclick:*: {
  if ($did == 7) { .msg %nnick %accmsg | unset %nnick | unset %naddress | unset %nmsg | dialog -x qaccde }
  if ($did == 8) { .msg %nnick %dismsg | unset %nnick | unset %naddress | unset %nmsg | dialog -x qaccde }
}
 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.