Studenten Net Twente Syscom information

Matrix Tweakers.net IRC bridge

This bridge is provided by Studenten Net Twente at the University of Twente.

Support

The official support room is #tweakers-irc:utwente.io on Matrix, which is bridged to #matrix-irc on IRCnet.

Rules

The rules that apply to IRC clients also apply to bridged Matrix users. Take note of the following:

  • No abuse. This is a rule which describes many actions. Always try to use your common sense.

FAQ

Also check the end user FAQ for all Matrix-IRC bridges. The appservice user for this bridge is @tweakers:irc.snt.utwente.nl

How can I join channel #channel on Matrix?

Join #_tweakers_#channel:irc.snt.utwente.nl

Can join an invite-only channel?

Yes, but SNTMatrixBot needs to be invited to the channel.

Can I bridge an existing Matrix room?

Yes, but not via the integration settings in Riot. The integration can be performed manually via the provisioning API of the appservice. Note that this is entirely at your own peril.

The steps are roughly as follows:

  1. Invite the bot to the IRC channel if the channel is invite-only.

  2. Perform an HTTP request with the following data (with the relevant information replaced) to https://matrix-irc.snt.utwente.nl/tweakers/provision/link:

    {
     "remote_room_server": "irc.tweakers.net",
     "remote_room_channel": "#channel",
     "matrix_room_id": "!room_id",
     "op_nick": "IRCNickWithOp",
     "user_id": "@user:example.com"
    }
    

    Continue with the next steps while this request is being performed.

  3. Invite Tweakers.net IRC Integration (@tweakers:irc.snt.utwente.nl) on the Matrix side.

  4. Give Tweakers.net IRC Integration a power level that is able to change the permissions in the room (100 by default).

  5. SNTMatrixBot should join and leave the IRC channel.

  6. Tweakers.net IRC Integration should join the Matrix room.

  7. The IRC channel operator specified with op_nick will receive a PM in order to finalize the bridge.

Retry all above steps when errors occur.