From c37ed0f218fc9d2b6f2b1fe5ad57706002b327d8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 9 Aug 2021 23:41:29 +0200 Subject: [PATCH] Unreal: Fix controller name. --- irctest/controllers/unrealircd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/controllers/unrealircd.py b/irctest/controllers/unrealircd.py index 9d02d14..d421abb 100644 --- a/irctest/controllers/unrealircd.py +++ b/irctest/controllers/unrealircd.py @@ -103,7 +103,7 @@ tld {{ class UnrealircdController(BaseServerController, DirectoryBasedController): - software_name = "InspIRCd" + software_name = "UnrealIRCd" supported_sasl_mechanisms = {"PLAIN"} supports_sts = False