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

@ -1,12 +0,0 @@
from typing import Type
from .charybdis import CharybdisController
class IrcdSevenController(CharybdisController):
software_name = "ircd-seven"
binary_name = "ircd-seven"
def get_irctest_controller_class() -> Type[IrcdSevenController]:
return IrcdSevenController