mIRC Homepage
Posted By: splinny twitch RAW problem - 15/05/15 04:12 AM
When you use "/CAP REQ :twitch.tv/tags" while connected to twitch.tv, you will recive not usual messages from users, but something like this:
[10:57:49] tmi.twitch.tv @color=#x;display-name=NICK;emotes=X;subscriber=X;turbo=X;user-type=X;user_type=
nick!nick@nick.tmi.twitch.tv PRIVMSG #chan some-text

and "raw *:*:{ echo -s $1- }" returns only
"nick!nick@nick.tmi.twitch.tv PRIVMSG #chan some-text"-part

Is there a way to get whole "message"?
Posted By: FroggieDaFrog Re: twitch RAW problem - 15/05/15 04:16 AM
Code:
raw *:*:{
  echo -a $rawmsg
}


Even though this will get you the line as-is, please note there's no way to manipulate the line in such a way that mIRC will handle it regularly.
Posted By: splinny Re: twitch RAW problem - 15/05/15 04:20 AM
tnx
btw, is there a way to disable this /CAP-command w\o re-connectnig?
© mIRC Discussion Forums