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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TwitchBot

      public TwitchBot()
  • Method Details

    • onConnect

      public void onConnect(org.pircbotx.hooks.events.ConnectEvent event)
      Overrides:
      onConnect in class org.pircbotx.hooks.ListenerAdapter
    • onDisconnect

      public void onDisconnect(org.pircbotx.hooks.events.DisconnectEvent event)
      Overrides:
      onDisconnect in class org.pircbotx.hooks.ListenerAdapter
    • onMessage

      public void onMessage(org.pircbotx.hooks.events.MessageEvent event) throws Exception
      Overrides:
      onMessage in class org.pircbotx.hooks.ListenerAdapter
      Throws:
      Exception
    • onPing

      public void onPing(org.pircbotx.hooks.events.PingEvent event) throws Exception
      Overrides:
      onPing in class org.pircbotx.hooks.ListenerAdapter
      Throws:
      Exception