summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:19:28 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 21:19:28 +0000
commitdd4069b50434ce0039a0decafa4541969a84ee8d (patch)
tree8aa609d68556a92e311480912f1727332672973e /data
parentdc2176560d4974b4fdadf81ade10286e120a9930 (diff)
Added dumpcore and logusers directives to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1724 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example_new.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index 19d79111b..fb1b2d2de 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -390,6 +390,21 @@ options {
* be used with Anope.
*/
#usestrictprivmsg = yes
+
+ /*
+ * If set, Anope will dump core when a segmentation fault occurs. This is
+ * generally not needed, but if Anope is crashing on your network and you
+ * want to make a bug report, having a core file may be of great help.
+ * This directive is optional.
+ */
+ #dumpcore = yes
+
+ /*
+ * If set, Anope will log user connections, disconnections, and nickname
+ * changes. You may have to do so in case you ever need to transmit user
+ * information to your local authorities. This directive is optional.
+ */
+ #logusers = yes
}
/*