summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-06-29 09:37:09 -0400
committerAdam <Adam@anope.org>2015-06-29 09:37:09 -0400
commit510a746f8d7cd373bfae4efc98a1ef9b13f2b4e9 (patch)
tree17bd41d46168c7deff41f1088b16b798c5944e22 /data
parent8eb46772e6e9244575851ceaa86b39e57a1db060 (diff)
Add ns_identify:maxlogins to limit the max number of concurrent logins per account
Diffstat (limited to 'data')
-rw-r--r--data/nickserv.example.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index e8d02bed6..cda8bc49e 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -381,7 +381,15 @@ command { service = "NickServ"; name = "UNGROUP"; command = "nickserv/ungroup";
*
* Used for identifying to accounts.
*/
-module { name = "ns_identify" }
+module
+{
+ name = "ns_identify"
+
+ /*
+ * If set, limits the number of concurrent users that can be logged in as a given account at once.
+ */
+ maxlogins = 10
+}
command { service = "NickServ"; name = "ID"; command = "nickserv/identify"; hide = true; }
command { service = "NickServ"; name = "IDENTIFY"; command = "nickserv/identify"; }