Help for this page
typedef struct { int Msg; ... char *HelpFile; // Help Filename for this command int CmdID; // CmdID - The bot core doesn't care about this +, } BOTMSG;
sub set_struct { xxxxx = @_; # <-- ??? ... $BOTMSG{CmdID} = "1234567890"; return %BOTMSG; };