Cannot send messages to Twitch chat?

For some reason I cannot see the messages sent by my bot in the Twitch chat - they do not arrive there and I don’t understand why.

The bot can receive messages, and even send and receive whispers, but apparently can’t send messages to chat. I can log in manually with the credentials and send messages that way - this works. I tried switching to ports 80 & 6667 instead of 6697 but to no effect. I must be missing something very obvious, but I just can’t see it right now.

Like in the following logs, I would expect the message “Hello everyone!” to appear - but it does not:

<- irc.chat.twitch.tv:6697 CAP REQ :twitch.tv/membership
<- irc.chat.twitch.tv:6697 CAP REQ :twitch.tv/commands
<- irc.chat.twitch.tv:6697 CAP REQ :twitch.tv/tags
<- irc.chat.twitch.tv:6697 JOIN #vaynen
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 001 byronicbot :Welcome, GLHF!
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 002 byronicbot :Your host is tmi.twitch.tv
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 003 byronicbot :This server is rather new
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 004 byronicbot :-
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 375 byronicbot :-
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 372 byronicbot :You are in a maze of twisty passages, all alike.
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv 376 byronicbot :>
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv CAP * ACK :twitch.tv/membership
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv CAP * ACK :twitch.tv/commands
-> irc.chat.twitch.tv:6697 :tmi.twitch.tv CAP * ACK :twitch.tv/tags
-> irc.chat.twitch.tv:6697 :byronicbot!byronicbot@byronicbot.tmi.twitch.tv JOIN #vaynen
-> irc.chat.twitch.tv:6697 :byronicbot.tmi.twitch.tv 353 byronicbot = #vaynen :byronicbot
-> irc.chat.twitch.tv:6697 :byronicbot.tmi.twitch.tv 366 byronicbot #vaynen :End of /NAMES list
-> irc.chat.twitch.tv:6697 [AT]color=;display-name=byronicbot;emote-sets=0;mod=1;subscriber=0;turbo=0;user-type=mod :tmi.twitch.tv USERSTATE #vaynen
-> irc.chat.twitch.tv:6697 [AT]broadcaster-lang=;emote-only=0;r9k=0;slow=0;subs-only=0 :tmi.twitch.tv ROOMSTATE #vaynen
<- irc.chat.twitch.tv:6697 :byronicbot!byronicbot@byronicbot.tmi.twitch.tv PRIVMSG #Vaynen :Hello everyone!
-> irc.chat.twitch.tv:6697 [AT]color=;display-name=byronicbot;emote-sets=0;mod=1;subscriber=0;turbo=0;user-type=mod :tmi.twitch.tv USERSTATE #vaynen

always use all lowercase for the channel!

2 Likes

Haha omg! Thanks :slight_smile: That was it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.