- save(File) - Method in class me.timothy.bots.impl.FlatFileDatabase
-
Saves the database to the specified file
- scanComments() - Method in class me.timothy.bots.BotDriver
-
Loops through recent comments, ignoring comments by banned
users or remembered fullnames, and handles them via the appropriate
summons.
- scanPersonalMessages() - Method in class me.timothy.bots.BotDriver
-
Loops through unread personal messages and replies to the bot.
- scanSubmissions() - Method in class me.timothy.bots.BotDriver
-
Loops through recent submissions, ignoring remembered fullnames,
and checks for "req" (case insensitive) in the title.
- sendMessage(String, String, String) - Method in class me.timothy.bots.BotDriver
-
Sends a message to the specified user with the specified
title & message, using exponential back-off.
- sendPM(String, String, String) - Method in class me.timothy.bots.Bot
-
Sends a personal message
- setAmount(int) - Method in class me.timothy.bots.responses.MoneyFormattableObject
-
- setFolder(Path) - Method in class me.timothy.bots.FileConfiguration
-
Sets the path to the folder that configuration is being loaded
from.
- setReadMessage(String) - Method in class me.timothy.bots.Bot
-
Marks the specified messages as read.
- sleepFor(long) - Method in class me.timothy.bots.BotDriver
-
Sleeps for the specified time in milliseconds, as if by
Thread.sleep(ms)
.
- submissionSummons - Variable in class me.timothy.bots.BotDriver
-
The submission summons.
- Summon - Interface in me.timothy.bots.summon
-
Contains information about a summoning.
- SummonResponse - Class in me.timothy.bots.summon
-
Describes how a summon will be responding.
- SummonResponse(SummonResponse.ResponseType, String, String) - Constructor for class me.timothy.bots.summon.SummonResponse
-
Creates a new response
- SummonResponse(SummonResponse.ResponseType, String, String, List<PMResponse>) - Constructor for class me.timothy.bots.summon.SummonResponse
-
Creates a new response
- SummonResponse(SummonResponse.ResponseType, String, String, List<PMResponse>, String) - Constructor for class me.timothy.bots.summon.SummonResponse
-
- SummonResponse(SummonResponse.ResponseType, String) - Constructor for class me.timothy.bots.summon.SummonResponse
-
Creates a new response with no link flair
- SummonResponse.ResponseType - Enum in me.timothy.bots.summon
-
A brief description of what the response is saying (valid/invalid)