Package | Description |
---|---|
me.timothy.bots | |
me.timothy.bots.summon |
Modifier and Type | Method and Description |
---|---|
protected void |
BotDriver.handlePMResponses(SummonResponse response)
Handles the PMResponses that are contained in the summon response, if any,
by sending pms to the specified users with the specified title and content.
|
Modifier and Type | Method and Description |
---|---|
SummonResponse |
CommentSummon.handleComment(me.timothy.jreddit.info.Comment comment,
Database db,
FileConfiguration config)
Handles the comment
|
SummonResponse |
LinkSummon.handleLink(me.timothy.jreddit.info.Link link,
Database db,
FileConfiguration config)
Handles the link
|
SummonResponse |
PMSummon.handlePM(me.timothy.jreddit.info.Message message,
Database db,
FileConfiguration config)
Handles the message
|