Bot.this

Create a new bot with the given configuration.

If eventLoop is passed, connections by this bot will be handled by the given event loop. Otherwise, the bot shares a default event loop with all other bots created in the same thread.

  1. this(Configuration conf, HelpCommand help = HelpCommand.categorical, string file = __FILE__, size_t line = __LINE__)
  2. this(Configuration conf, IrcEventLoop eventLoop, HelpCommand help = HelpCommand.categorical, string file = __FILE__, size_t line = __LINE__)
    class Bot
    this
    (
    ,
    IrcEventLoop eventLoop
    ,
    HelpCommand help = HelpCommand.categorical
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Meta