/// <summary> /// Doh! This is a constructor - gets the graphmaster brain to be loaded and /// resets everything to nice values for the logs :-) /// </summary> /// <param name="CurrentGraphMaster">the Graphmaster structure to be populated by the AIML code</param> /// <param name="sBotID">the bot ID used for identification in the logs</param> public cAIMLLoader(cGraphMaster CurrentGraphMaster) { myGraphMaster = CurrentGraphMaster; // reset everything to nice values for the logs :-) counter = 0; message = "AIMLLoader object created on" + (string)DateTime.Now.ToString() + "\n"; }
/// <summary> /// Doh! This is a constructor - gets the graphmaster brain to be loaded and /// resets everything to nice values for the logs :-) /// </summary> /// <param name="CurrentGraphMaster">the Graphmaster structure to be populated by the AIML code</param> /// <param name="sBotID">the bot ID used for identification in the logs</param> public cAIMLLoader(cGraphMaster CurrentGraphMaster) { myGraphMaster=CurrentGraphMaster; // reset everything to nice values for the logs :-) counter=0; message="AIMLLoader object created on"+(string)DateTime.Now.ToString()+"\n"; }