Table of Contents
CtdlAideMessage
Post a message to the Aide room
SYNOPSIS
#define CtdlAideMessage (TEXT, SUBJECT) quickie_message(“Citadel”,NULL,NULL,AIDEROOM,TEXT,FMT_CITADEL,SUBJECT)
DESCRIPTION
A MACRO to ease posting of messages to the Aide room.
The message in TEXT is posted to the Aide room with the subject specified by SUBJECT
PARAMETERS
| Parameter | Description |
|---|---|
| TEXT | a C string containing the message |
| SUBJECT | a C string containing the subject of the message |
SEE ALSO
HISTORY
The MACRO aide_message once served the same purpose but is now deprecated to comply with the coding conventions.