Re: [bpl14] perform_tell

From: Del Minturn (caminturn@EARTHLINK.NET)
Date: 09/20/98


else if (!(vict = get_char_vis(ch, buf)))
{
Why not add in another check if the person is on the list
send the tell anyways
if (on list)
 send_to_char(da_buf, vict);
 /*  and still send the NOPERSON */
    send_to_char(NOPERSON, ch);
}


The only big thing I see happening with this logic anyways..
If the mortals get wind of the tells going through anyways, they may
come back to haunt you.

mortal: "Why didn't you answer my tells?"
God: "I was not on"
mortal: "I know you were, and you were just ignoring me"

more hassles!

I really do not think its worth it..


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST