From b6f5b08af0e170b9b12f139a0fb23aace73d8dbf Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 9 Aug 2015 14:45:15 +0800 Subject: [PATCH] README: add elemental-ircd to supported IRCds --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55599ff..b149bf8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PyLink is an extensible, plugin-based IRC PseudoService written in Python. It ai ## Usage -**PyLink is a work in progress and thus may be very unstable**! No warranty is provided if this completely wrecks your network and causes widespread rioting throughout your user base! +**PyLink is a work in progress and thus may be very unstable**! No warranty is provided if this completely wrecks your network and causes widespread rioting amongst your users! That said, please report any bugs you find to the [issue tracker](https://github.com/GLolol/PyLink/issues). Pull requests are open if you'd like to contribute. @@ -19,6 +19,7 @@ Dependencies currently include: * InspIRCd 2.0.x - module: `inspircd` * charybdis (3.5.x / git master) - module: `ts6` +* Elemental-IRCd (6.6.x / git master) - module `ts6` ### Installation