ircbot.modules

Class Events

Implemented Interfaces:
Comparable, IRCBotModule

public class Events
extends AbstractIRCBotModule

Constructor Summary

Events()

Method Summary

String
action(IRCMessage message)
String
getAuthor()
String
getDescription(String topic, Language lang)
String
getModuleName()

Methods inherited from class ircbot.AbstractIRCBotModule

activateEvent, addCommand, compareTo, getCommands, getModuleHandler, getProbability, loadState, parseMessage, randomThought, saveState, scheduleEvent, scheduleEvent, setModuleHandler, toString

Constructor Details

Events

public Events()

Method Details

action

public String action(IRCMessage message)
Specified by:
action in interface IRCBotModule

getAuthor

public String getAuthor()
Specified by:
getAuthor in interface IRCBotModule

getDescription

public String getDescription(String topic,
                             Language lang)
Specified by:
getDescription in interface IRCBotModule

getModuleName

public String getModuleName()
Specified by:
getModuleName in interface IRCBotModule