matrix-doc/docs/advanced/bridges.md

55 lines
2.1 KiB
Markdown
Raw Normal View History

2021-08-07 07:24:53 -04:00
---
title: "Bridges"
2021-08-07 07:24:53 -04:00
date: 2021-08-03T20:30:00+02:00
---
# IRC Bridges
## IRC Bridge to irc.tilde.chat
2021-11-04 14:44:48 -04:00
!!! fail
The bridge is currently not working because a connection to the IRC server irc.tilde.chat is prevented.
2021-08-07 11:37:57 -04:00
our envs.net matrix instance provides an federated irc bridge to [irc.tilde.chat](https://tilde.chat/).
2021-11-04 14:44:48 -04:00
!!! info
The envs.net project rooms are not bridged!
2021-08-07 11:37:57 -04:00
### Bridge information
| | |
|:------------------------|:------------------------------------------------------------------------------------------:|
| **network name:** | irc.tilde.chat |
| **room alias format:** | `#irc.tilde.chat_CHANNELNAME:envs.net` |
| **appservice user:** | [@IRCBot:envs.net](https://matrix.to/#/@IRCBot:envs.net) |
| **NickServ:** | [@irc.tilde.chat_NickServ:envs.net](https://matrix.to/#/@irc.tilde.chat_NickServ:envs.net) |
| **ChanServ:** | [@irc.tilde.chat_ChanServ:envs.net](https://matrix.to/#/@irc.tilde.chat_ChanServ:envs.net) |
| **room for support:** | [#envs:envs.net](https://matrix.to/#/envs:envs.net) |
| **operator:** | envs.net (~creme) |
## example commands
### talk to bridge admin-bot
`/msg @IRCBot:envs.net !help`
### !listrooms
List all the Matrix rooms that you are joined to which are also connected to IRC.
`/msg @IRCBot:envs.net !listrooms`
### join a irc channel
`/msg @IRCBot:envs.net !join #channelname`
### more commands
.. in the offical documentation on [https://matrix-org.github.io/matrix-appservice-irc/latest/admin_room.html](https://matrix-org.github.io/matrix-appservice-irc/latest/admin_room.html).
2021-08-07 11:37:57 -04:00
## Documentation
- [offical matrix irc bridge documentation](https://matrix-org.github.io/matrix-appservice-irc/latest/usage.html)
2021-08-07 11:37:57 -04:00
- [end user faq](https://github.com/matrix-org/matrix-appservice-irc/wiki/End-user-FAQ)
- [tilde.chat - wiki](https://tilde.chat/wiki/)