Help for this page

Select Code to Download


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