☏ ABANDON DISCORD RETURN TO IRC ☏

CONNECT TO IRC

Get IRSSI and connect to #cyberspace:

  1. /server add -auto -ssl -ssl_verify colonq.computer 26697
  2. /connect colonq.computer
  3. /join #cyberspace
Optionally, turn off the pesky notifications: /window hidelevel +joins +parts +quits.

BASIC IRC COMMANDS

CommandDescription
/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.

CONNECT TO TWITCH CHAT

The purple website's chat is built on IRC so you can connect to it directly from an IRC client.

  1. While logged in (possibly for the last time) go to https://twitchapps.com/tmi/ and extract your OAuth Token.
  2. Add the IRC server.
    {
      address = "irc.twitch.tv";
      chatnet = "Twitch";
      port = "6667";
      password = "";
      use_ssl = "no";
      ssl_verify = "no";
      autoconnect = "yes";
    }
    
  3. Send the raw command 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.
  4. Twitch = {
      type = "IRC";
      nick = "YOUR TWITCH USERNAME";
      autosendcmd = "/quote CAP REQ :twitch.tv/membership";
    };
    
  5. After connecting to the server, join the chat by joining the channel #broadcaster, where broadcaster is the broadcaster's username in lowercase. For example, /join #lcolonq