typedef struct { int Msg; short uid; short LineType; char *Line; // pointer to text char Sound; // 0 for no sound, otherwise sound # char *Cmd; // String of command including ! char OpOnly; // Is the command for ops only? char *HelpFile; // Help Filename for this command int CmdID; // CmdID - The bot core doesn't care about this, } BOTMSG;