diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-02 12:38:29 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-04 00:18:09 +0100 |
commit | 21f61981ca5e737a92d448b3d5079dcf234efd1b (patch) | |
tree | c397b137ab06932af578c3aa7b82fbdc14c152f1 /data | |
parent | 5752c07a564476de39447f564ef8836c117c6486 (diff) |
Enable hidenetsplitquit by default.
Diffstat (limited to 'data')
-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 8d2896c8c..4743a6f90 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -164,7 +164,7 @@ module * If set, Anope will not show netsplits in the last quit message field * of NickServ's INFO command. */ - hidenetsplitquit = no + hidenetsplitquit = yes /* * The default period to force users to stop using a protected nickname after. |