1190:/cmd/live/speech.c (/cmd/live/speech.c)
(void) print_whisper_to(string adverb, object *oblist, string str)
/*
 * Function name: print_whisper_to
 * Description  : When the player uses "whisper to" this routine causes the
 *                text to be displayed after the "to" part was parsed.
 * Arguments    : string adverb - the adverb used, if any.
 *                object *oblist - the recipients of the text.
 *                string str - the text that was spoken.
 */
