# Matrix IRC Bridge for YunoHost [![Integration level](https://dash.yunohost.org/integration/matrix-appservice-irc.svg)](https://ci-apps.yunohost.org/ci/apps/matrix-appservice-irc/) ![Working status](https://ci-apps.yunohost.org/ci/badges/matrix-appservice-irc.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matrix-appservice-irc.maintain.svg) [![Install Matrix IRC Bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matrix-appservice-irc) *[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Matrix IRC Bridge quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview This is an IRC bridge for Matrix. This bridge will pass all IRC messages through to Matrix, and all Matrix messages through to IRC. It is highly configurable and is currently used on the matrix.org homeserver to bridge a number of popular IRC networks. ### Features - Merge Matrix rooms to IRC channels - Full two-way communication in channels and direct messages - Well-formated replies **Shipped version:** 2.0.1~ynh1 ## Documentation and resources - Official user documentation: - Official admin documentation: - Upstream app code repository: - YunoHost Store: - Report a bug: ## Developer info Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing). To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing --debug or sudo yunohost app upgrade matrix-appservice-irc -u https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing --debug ``` **More info regarding app packaging:**