Bot doesn't respond to IRC ping? Help

I’d look into an established IRC library that supports IRCv3 message tags and custom commands, or something Twitch specific like TwitchLib (in active development and much more than just chat) or TwitchChatSharp (mine and works but largely abandoned at the time).

So the problems I see:

  1. You currently don’t have any code to detect lost connection.
  2. You’re not parsing IRC lines properly; will cause issues if/when you want to parse things like sub notifications.
  3. Nit: Nick should be NICK and you don’t need USER for TMI, it’s a no-op.
1 Like