Unreal: Fix controller name.

This commit is contained in:
Valentin Lorentz 2021-08-09 23:41:29 +02:00
parent 299c915505
commit c37ed0f218

View File

@ -103,7 +103,7 @@ tld {{
class UnrealircdController(BaseServerController, DirectoryBasedController): class UnrealircdController(BaseServerController, DirectoryBasedController):
software_name = "InspIRCd" software_name = "UnrealIRCd"
supported_sasl_mechanisms = {"PLAIN"} supported_sasl_mechanisms = {"PLAIN"}
supports_sts = False supports_sts = False