Class TwitchBot
java.lang.Object
org.pircbotx.hooks.ListenerAdapter
io.github.icrazyblaze.twitchmod.bots.irc.TwitchBot
- All Implemented Interfaces:
org.pircbotx.hooks.Listener
public class TwitchBot
extends org.pircbotx.hooks.ListenerAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConnect(org.pircbotx.hooks.events.ConnectEvent event)voidonDisconnect(org.pircbotx.hooks.events.DisconnectEvent event)voidonMessage(org.pircbotx.hooks.events.MessageEvent event)voidonPing(org.pircbotx.hooks.events.PingEvent event)Methods inherited from class org.pircbotx.hooks.ListenerAdapter
onAction, onBanList, onChannelInfo, onConnectAttemptFailed, onEvent, onException, onFinger, onGenericChannel, onGenericChannelMode, onGenericChannelModeRecipient, onGenericChannelUser, onGenericCTCP, onGenericDCC, onGenericMessage, onGenericUser, onGenericUserMode, onHalfOp, onIncomingChatRequest, onIncomingFileTransfer, onInvite, onJoin, onKick, onListenerException, onMode, onMotd, onNickAlreadyInUse, onNickChange, onNotice, onOp, onOutput, onOwner, onPart, onPrivateMessage, onQuit, onRemoveChannelBan, onRemoveChannelKey, onRemoveChannelLimit, onRemoveInviteOnly, onRemoveModerated, onRemoveNoExternalMessages, onRemovePrivate, onRemoveSecret, onRemoveTopicProtection, onServerPing, onServerResponse, onSetChannelBan, onSetChannelKey, onSetChannelLimit, onSetInviteOnly, onSetModerated, onSetNoExternalMessages, onSetPrivate, onSetSecret, onSetTopicProtection, onSocketConnect, onSuperOp, onTime, onTopic, onUnknown, onUserList, onUserMode, onVersion, onVoice, onWhois
-
Constructor Details
-
TwitchBot
public TwitchBot()
-
-
Method Details
-
onConnect
public void onConnect(org.pircbotx.hooks.events.ConnectEvent event)- Overrides:
onConnectin classorg.pircbotx.hooks.ListenerAdapter
-
onDisconnect
public void onDisconnect(org.pircbotx.hooks.events.DisconnectEvent event)- Overrides:
onDisconnectin classorg.pircbotx.hooks.ListenerAdapter
-
onMessage
- Overrides:
onMessagein classorg.pircbotx.hooks.ListenerAdapter- Throws:
Exception
-
onPing
- Overrides:
onPingin classorg.pircbotx.hooks.ListenerAdapter- Throws:
Exception
-