diff options
| author | Adam <Adam@anope.org> | 2013-01-22 04:27:55 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-01-22 19:47:16 -0500 |
| commit | f656e3195f638336feea8f15cf9ae25298525adf (patch) | |
| tree | a92ff98febfc85b5e76ddc2a77bd11a939373b76 /data | |
| parent | 8811545472f5f71df395ce7f61b45bd4b2286d9a (diff) | |
Add hidenetsplitquit config option to not show splits in /ns info's last quit field
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 0222aa5cf..d3e1ffb14 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -282,11 +282,17 @@ nickserv restoreonrecover = yes /* - * Some IRCds allow "SASL" authentication to let users identify to Services - * during the IRCd user registration process. If set, Services will allow - * authenticating users through this mechanism. - */ + * Some IRCds allow "SASL" authentication to let users identify to Services + * during the IRCd user registration process. If set, Services will allow + * authenticating users through this mechanism. + */ sasl = yes + + /* + * If set, Services will not show netsplits in the last quit message field + * of NickServ's INFO command. + */ + hidenetsplitquit = no } /* |
