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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onConnect(org.pircbotx.hooks.events.ConnectEvent event)
void
onDisconnect(org.pircbotx.hooks.events.DisconnectEvent event)
void
onMessage(org.pircbotx.hooks.events.MessageEvent event)
void
onPing(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:
onConnect
in classorg.pircbotx.hooks.ListenerAdapter
-
onDisconnect
public void onDisconnect(org.pircbotx.hooks.events.DisconnectEvent event)- Overrides:
onDisconnect
in classorg.pircbotx.hooks.ListenerAdapter
-
onMessage
- Overrides:
onMessage
in classorg.pircbotx.hooks.ListenerAdapter
- Throws:
Exception
-
onPing
- Overrides:
onPing
in classorg.pircbotx.hooks.ListenerAdapter
- Throws:
Exception
-