1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 07:13:12 +02:00

Allow using more than one fingerprint in an oper block.

Closes #362.
This commit is contained in:
Sadie Powell
2024-02-26 21:50:15 +00:00
parent 2fd4b45f81
commit 79f215606d
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ Conf::Conf() : Block("")
auto *o = new Oper(nname, ot);
o->require_oper = require_oper;
o->password = password;
o->certfp = certfp;
spacesepstream(certfp).GetTokens(o->certfp);
spacesepstream(host).GetTokens(o->hosts);
o->vhost = vhost;