- base - Static variable in class me.timothy.bots.responses.ResponseInfoFactory
-
- BasicMap<T1,T2> - Class in me.timothy.utils
-
An extremely simple map implementation that doesn't
require both parameters to have valid hashcode/equals.
- BasicMap() - Constructor for class me.timothy.utils.BasicMap
-
Instantiates a new basic map.
- Bot - Class in me.timothy.bots
-
Handles the functions of the bot (such as replying to comments,
checking if a comment summons the bot, etc) but does not contain
the connecting logic (looping through each comment that has to be checked
and checking it, for example).
- Bot(String) - Constructor for class me.timothy.bots.Bot
-
Creates the bot for the specified subreddit.
- bot - Variable in class me.timothy.bots.BotDriver
-
The bot.
- BotDriver - Class in me.timothy.bots
-
The driver for the bot, based on summons.
- BotDriver(Database, FileConfiguration, Bot, CommentSummon[], PMSummon[], LinkSummon[]) - Constructor for class me.timothy.bots.BotDriver
-
Creates a bot driver based on the specified database, configuration info,
rest client, and bot.
- BotUtils - Class in me.timothy.bots
-
Supports some common formatting.
- BotUtils() - Constructor for class me.timothy.bots.BotUtils
-
- BRIEF_PAUSE_MS - Static variable in class me.timothy.bots.BotDriver
-
Time in seconds between touching the reddit api