A tera-proxy
module, that acts as a chat relay between Twitch and TERA. It connects your in game /6
private chat to Twitch chat, so you can read/send messages and use chat actions from inside the game.
You can either /8 tw
to open settings UI, or edit config.json
and enter your details.
{
"version": 1,
"data": {
"username": "twitch_username",
"password": "twitch_oauth_password",
"channel": "#channel_to_join",
"debug": true,
"reconnect": true
}
}
You can generate OAuth password here, channel
can be your own #username
, or if you want to chat on someone else's stream, then their #username
.
Type /6
or /twitch
in game to activate the Twitch private channel. To use chat actions, you can either type /6 !command
or /8 command
. Available commands:
- Send action message
- Ban
user
from the chat reason
is optional
- Clear all chat messages
- Leave your current channel, and join
#channelname
- Change chat name color
- Connect to Twitch chat manually
- Disconnect from Twitch chat manually
- Host
channel
- Timeout
user
from the chat fortimer
seconds timer
is optional, default is 300 secondsreason
is optional
- Unban
user
from the chat
- Unhost
channel
- Whisper
user
withyour message
- Thanks to Pinkie Pie for the private channel code