Remove ircd-seven

A future commit will need Chary and its subclasses to use SASL,
but ircd-seven has a different config to use SASL.

And ircd-seven is not used anymore AFAICT, and won't be getting any updates,
so I don't want to bother.
This commit is contained in:
2021-06-27 17:09:51 +02:00
committed by Val Lorentz
parent c5037e8ec9
commit 76db5758e9
3 changed files with 0 additions and 83 deletions

View File

@ -103,18 +103,6 @@ cd ~/irctest
pytest --controller irctest.controllers.charybdis -k 'not Ergo and not deprecated and not strict'
```
To run (server) tests on ircd-seven:
```
cd /tmp/
git clone https://github.com/freenode/ircd-seven.git
autoconf
./configure --prefix=$HOME/.local/
make # can't use -j, may cause 'y.tab.h: No such file or directory'
make install
mv $HOME/.local/bin/ircd $HOME/.local/bin/ircd-seven
```
To run (server) tests on InspIRCd:
```