Class ArthurBot


@Node public class ArthurBot extends Bot
A proprietary bot. TODO remove
Author:
joe
  • Constructor Details

    • ArthurBot

      public ArthurBot()
  • Method Details

    • selfTest

      public void selfTest() throws Exception
      Description copied from class: Bot
      Self test runs on server startup. Exceptions are logged but otherwise ignored.
      Specified by:
      selfTest in class Bot
      Throws:
      Exception
    • getResponse

      public String getResponse(Client c, String query)
      Specified by:
      getResponse in class Bot