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, string file, size_t line)
  2. this(Configuration conf, IrcEventLoop eventLoop, string file, size_t line)
    class Bot
    this
    (,
    IrcEventLoop eventLoop
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Meta