- LinkSummon - Interface in me.timothy.bots.summon
-
An extension to a summon that may parse links
- load() - Method in class me.timothy.bots.FileConfiguration
-
Loads all the necessary configuration.
- load(File) - Method in class me.timothy.bots.impl.FlatFileDatabase
-
Loads the database from thet specified file
- loadProperties(Path, String...) - Method in class me.timothy.bots.FileConfiguration
-
Loads properties from the specified file, as if by
Properties.load(java.io.Reader)
- loadReplyString(Path) - Method in class me.timothy.bots.FileConfiguration
-
Loads a reply string from a file, ignoring lines prefixed with a hash-tag
(#).
- loadStringList(Path) - Method in class me.timothy.bots.FileConfiguration
-
Loads a list of strings from the file, where there is 1 string per line.
- logger - Variable in class me.timothy.bots.BotDriver
-
The logger.
- login() - Method in class me.timothy.bots.BotDriver
-
Logs into reddit based on the configuration.
- loginReddit(String, String, String, String) - Method in class me.timothy.bots.Bot
-
Logs in to reddit.