Post a message to the Aide room
#define CtdlAideMessage (TEXT, SUBJECT) quickie_message("Citadel",NULL,NULL,AIDEROOM,TEXT,FMT_CITADEL,SUBJECT)
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
Parameter Description TEXT a C string containing the message SUBJECT a C string containing the subject of the message
The MACRO aide_message once served the same purpose but is now deprecated to comply with the coding conventions.