From 7bc8a81f8ae941cc3c6bf990b248342d1a4be3f0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 9 Jul 2023 20:29:14 +0200 Subject: [PATCH] Fix compat with Unreal > 6.1.1.1 The '=' syntax is an ircd-hybrid-ism, and Unreal will drop support for it in the next release. More specifically, somewhere between 0af88581d380602bfd58a0cdaa36b714fb7ef3c3 and c8c265790494b908ff397c705855a21e591884de in its Git history. --- 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 8d7e643..923d0d8 100644 --- a/irctest/controllers/unrealircd.py +++ b/irctest/controllers/unrealircd.py @@ -112,7 +112,7 @@ files {{ }} oper "operuser" {{ - password = "operpassword"; + password "operpassword"; mask *; class clients; operclass netadmin;