diff options
Diffstat (limited to 'data/example_new.conf')
-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 |