diff options
author | TheMythPT <droider.pc@gmail.com> | 2019-02-09 16:45:25 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-06 15:20:56 +0100 |
commit | a79046e025594188a1c222da653f4a9266a9a074 (patch) | |
tree | e909eb2eb93015ccf7df7232ea64da8ac8927307 | |
parent | d0e839244593fb827d6eb0e4510470d978279497 (diff) |
Update nickserv.example.conf
This breaks the `killprotect' functionality, because a user is expected to turn into guest after the specified amount of time.
Also new users that register their nicknames will wonder why they can't join a +R channel but they didn't change their nick to Guest*
-rw-r--r-- | data/nickserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 7f864ccf9..83fde7878 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -262,7 +262,7 @@ module * being recognized, unless they manually add an address to the access list of their account. * This directive is optional. */ - addaccessonreg = yes + addaccessonreg = no } command { service = "NickServ"; name = "ACCESS"; command = "nickserv/access"; } |