Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0f0543c

Browse files
authored
Fix services/Twitch-Chat.md
1 parent 3e7d8c2 commit 0f0543c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/Twitch-Chat.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<img align="right" width="128" height="128" src="/img/services/twitch-glitch.png">
1+
<p><img align="right" width="128" height="128" src="/img/services/twitch-glitch.png"></p>
2+
23
The twitch chat service allows plugins to connect to a channels chat by using IRC.
4+
35
They can get a List of recent messages, listen for new messages or send messages to the chat.
46

57
## Credentials
@@ -126,4 +128,4 @@ public class TestPlugin extends PluginImpl {
126128
log("Shutdown!");
127129
}
128130
}
129-
```
131+
```

0 commit comments

Comments
 (0)