Get IRSSI and connect to #cyberspace:
/server add -auto -ssl -ssl_verify colonq.computer 26697/connect colonq.computer/join #cyberspace/window hidelevel +joins +parts +quits.
| Command | Description | 
|---|---|
| /away [message] | Leaves an away message. | 
| /invite nickname #channel | Invites a nickname to a channel that you are on. | 
| /join #channel | Joins the specified channel. | 
| /list [#channel] [-MIN #] [-MAX #] | Lists currently available channels. | 
| /me message | Sends an action message to the current channel or query window. | 
| /msg nickname message | Sends a private message to nickname without opening a query window. | 
| /nick nickname | Changes your nickname to a new nickname. | 
| /notice nickname message | Sends a private message to nickname without opening a query window for either you or them. | 
| /part #channel | Leaves a channel that you are on. | 
| /privmsg nickname message | Sends a private message to nickname that will open a query window for the other user. | 
| /query nickname message | Opens a query window to this nickname and sends them a private message. | 
| lastlog | Searches the active window for a pattern and displays the result. | 
| /quit [message] | Disconnects you from IRC leaving an optional goodbye message. | 
The purple website's chat is built on IRC so you can connect to it directly from an IRC client.
{
  address = "irc.twitch.tv";
  chatnet = "Twitch";
  port = "6667";
  password = "";
  use_ssl = "no";
  ssl_verify = "no";
  autoconnect = "yes";
}
 
CAP REQ :twitch.tv/membership to the IRC server automatically after connecting. Alternatively, if you're using IRSSI add the following to the chatnets block.
Twitch = {
  type = "IRC";
  nick = "YOUR TWITCH USERNAME";
  autosendcmd = "/quote CAP REQ :twitch.tv/membership";
};
#broadcaster, where broadcaster is the broadcaster's username in lowercase. For example, /join #lcolonq