213:/lib/messenger.c (/lib/messenger.c)
(public int ) do_send(string who)
/*
 * Function:    do_send
 * Description: This is the function that gets called when someone
 *              uses the "send" command.
 * Arguments:   who - the arguments to the send command. Valid ones
 *              are the name of the receiver, or "reply" to reply
 *              to a message that was received.
 * Returns:     0/1 - failure/success in sending
 */
