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