diff options
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 |