diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-04 00:47:09 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-04 00:50:20 +0000 |
commit | c88fac1a20da329b7b05f4fe203670447796765a (patch) | |
tree | 0594e2bf279c1897a59e32434962e9c22c3784bb /data | |
parent | 64d26f7c611056b685f9d746b838145ab7b1efe3 (diff) |
Document {ns_sasl}:agent.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 9e08d5e40..6c0ca4cda 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -530,7 +530,15 @@ command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpas * InspIRCd: https://docs.inspircd.org/4/modules/sasl/ * UnrealIRCd: https://www.unrealircd.org/docs/SASL#Enabling_SASL_on_the_server */ -module { name = "ns_sasl" } +module +{ + name = "ns_sasl" + + /* + * The nick of the client which operates as the SASL agent. + */ + #agent = "NickServ" +} /* * ns_set |