{"componentChunkName":"component---src-templates-post-template-js","path":"/twitch-irc-events-messages","webpackCompilationHash":"9f9b08718447f3d4e396","result":{"data":{"markdownRemark":{"id":"8fdc973b-8b25-53d2-b8fa-5eebe422bad5","html":"<p>Here is an example of the message string (with breakpoints to read it easier) received from twitch irc chat when a user subscribes to a channel.</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\"> @badge-info=subscriber/0\n badges=moderator/1,subscriber/0,premium/1\n color=#2226B2\n display-name=burago18\n emotes=\n flags=\n id=229ecd51-1ec2-4dda-ae43-6ac4058a25a3\n login=burago18\n mod=1\n msg-id=sub\n msg-param-cumulative-months=1\n msg-param-months=0\n msg-param-should-share-streak=0\n msg-param-sub-plan-name=Channel\\sSubscription\\s(yourchannel)\n msg-param-sub-plan=1000\n room-id=36476430\n subscriber=1\n system-msg=burago18\\ssubscribed\\sat\\sTier\\s1.\n tmi-sent-ts=1574904233310\n user-id=44812924\n user-type=mod :tmi.twitch.tv USERNOTICE #yourchannel</code></pre></div>\n<p>Useful information to parse from there are the msg-param-* parts, where you can get the subscription level selected, how many months and other stuff that they use to display the event in the chat properly.</p>\n<p>I’m using this to display notifications in a html5 canvas, which is rendered over the video stream in OBS, and also for a loyalty points system within a chat bot for that channel.</p>\n<p>Similar to this layout theres one for twitch points, twitch bits, raids, and other events with a custom style in the chat.</p>\n<p>I will post the example in a future post, I would like to document how I solved many features requested for chatbots, loyalty systems, discord integration, etc.</p>","fields":{"slug":"twitch-irc-events-messages","tagSlugs":["/tag/twitch/","/tag/chatbot/","/tag/irc/","/tag/obs/"]},"frontmatter":{"date":"2020-05-05T21:11:37.302Z","description":"Twitch event message example from IRC msgs","tags":["twitch","chatbot","irc","obs"],"title":"Twitch IRC event message layout (sub example)","socialImage":null}}},"pageContext":{"isCreatedByStatefulCreatePages":false,"slug":"twitch-irc-events-messages"}}}