summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-10-07 14:42:33 +0100
committerSadie Powell <sadie@witchery.services>2020-10-07 14:42:33 +0100
commit8b2c1548ab46401f96d4e2e0f8258664e21744fb (patch)
tree508e7c89ca1a5c6252cb631338372e4f03a93772 /data
parent5dd5fa46440f9d76a725bfdf16d77bbb36ae7a6f (diff)
parent46e1395e62ad4d9a028b51f72d8d6a92187cf9b9 (diff)
Merge tag '2.0.8' into 2.1.
Diffstat (limited to 'data')
-rw-r--r--data/nickserv.example.conf2
-rw-r--r--data/operserv.example.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index 5614b7c51..853e87917 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"; }
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index 89e333241..2f31b74f7 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -533,7 +533,7 @@ command { service = "OperServ"; name = "RELOAD"; command = "operserv/reload"; pe
*
* This module enables session limiting. Session limiting prevents users from connecting more than a certain
* number of times from the same IP at the same time - thus preventing most types of cloning.
- * Once a host reaches it's session limit, all clients attempting to connect from that host will
+ * Once a host reaches its session limit, all clients attempting to connect from that host will
* be killed. Exceptions to the default session limit can be defined via the exception list.
*
* Used to manage the session limit exception list, and view currently active sessions.