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.
This commit is contained in:
Valentin Lorentz 2023-07-09 20:29:14 +02:00
parent 4ee9c9c53a
commit 7bc8a81f8a

View File

@ -112,7 +112,7 @@ files {{
}}
oper "operuser" {{
password = "operpassword";
password "operpassword";
mask *;
class clients;
operclass netadmin;