3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

README: add ratbox to supported IRCds

This commit is contained in:
James Lu 2016-10-01 13:00:20 -07:00
parent 19c5a8c64f
commit e4e00b4cd3

View File

@ -83,6 +83,8 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly.
* [InspIRCd](http://www.inspircd.org/) 2.2 (git master) - module `inspircd`
* [IRCd-Hybrid](http://www.ircd-hybrid.org/) (8.2.x / svn trunk) - module `hybrid`
- Note: for host changing support and optimal functionality, a `service{}` block / U-line should be added for PyLink on every IRCd across your network.
* [ircd-ratbox](http://www.ratbox.org/) (3.x) - module `ratbox`
-
* [juno-ircd](https://github.com/cooper/yiria) (11.x / janet) - module `ts6` (see [configuration example](https://github.com/cooper/juno/blob/master/doc/ts6.md#pylink))
Other TS6 and P10 variations may work, but are not officially supported.