3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 03:33:10 +01:00

README: we now support inspircd 2.0 and charybdis; mention that.

Closes #40.
This commit is contained in:
James Lu 2015-07-21 15:42:09 -07:00
parent 57f8b0d6f7
commit f5df4008f4

View File

@ -12,10 +12,14 @@ That said, please report any bugs you find to the [issue tracker](https://github
Dependencies currently include:
* InspIRCd 2.0.x: more protocol modules may be implemented in the future...
* Python 3.4+
* PyYAML (`pip install pyyaml` or `apt-get install python3-yaml`)
#### Supported IRCds
* InspIRCd 2.0.x - module: `inspircd`
* charybdis (3.5.x / git master) - module: `ts6`
### Installation
1) Rename `config.yml.example` to `config.yml` and configure your instance there. Not all options are properly implemented yet, and the configuration schema isn't finalized yet - this means your configuration may break in an update!