We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7972311 commit 62b1191Copy full SHA for 62b1191
tinytwitch.nim
@@ -4,7 +4,6 @@ from rawsockets import Port
4
const
5
CHAT_URL = "irc.chat.twitch.tv"
6
CHAT_PORT = Port(6667)
7
- #HIGHLIGHT = "smt"
8
9
# add a hash to the channel name if there isn't one there already
10
proc addHash(s: string): string =
0 commit comments