diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:34:25 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:34:25 +0000 |
commit | 8cf37b7f2e57dc3e75dd7b15e66e3ae2e83e4718 (patch) | |
tree | fe25ed6dd34ab079efae2c526479185aeca33c53 /data | |
parent | 805efb9900984a612aa3dc3f3a00c89b3a52fb12 (diff) |
Added nicklen directive to networkinfo block in new config.
Added ValidateNickLen function for the above directive.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1621 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r-- | data/example_new.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 2cd73f917..3d021c3bb 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -201,6 +201,14 @@ networkinfo { * This is the name of the network that Services will be running on. */ networkname = "LocalNet" + + /* + * Set this to the maximum allowed nick length on your network. Anope does not + * support values larger than 31. Be sure to set this correctly, as setting + * this wrong can result in Services being disconnected from the network. + * This directive is optional, but recommended. + */ + nicklen = 31 } /* @@ -212,11 +220,6 @@ networkinfo { */ mail { -# UseMail [OPTIONAL] -# -# This option enables the mail commands in Services. You may choose -# to disable it if you have no sendmail-compatible mailer installed. -# This setting is [REQUIRED] if NSEmailReg is enabled. /* * If set, this option enables the mail commands in Services. You may choose * to disable it if you have no sendmail-compatible mailer installed. While |