summaryrefslogtreecommitdiff
path: root/docs/conf/inspircd.conf.example
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2012-08-25 00:03:38 +0200
committerattilamolnar <attilamolnar@hush.com>2012-08-25 00:37:04 +0200
commit7aacf739504c81305fb773426cc778e00233b8f4 (patch)
tree4099711b8908799e908f4e3599530368afc629dd /docs/conf/inspircd.conf.example
parentd6861984e89ecf159efcebcf8c4ef12116e3aabd (diff)
Add a config option to enable/disable the welcome notice sent to clients after successful registration
Fixes #284 reported by @hoggeh
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r--docs/conf/inspircd.conf.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index 7616786c3..67806e9e4 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -610,7 +610,12 @@
# nosnoticestack: This prevents snotices from 'stacking' and giving you
# the message saying '(last message repeated X times)'. Defaults to no.
- nosnoticestack="no">
+ nosnoticestack="no"
+
+ # welcomenotice: When turned on, this sends a NOTICE to connecting users
+ # with the text Welcome to <networkname>! after successful registration.
+ # Defaults to yes.
+ welcomenotice="yes">
#-#-#-#-#-#-#-#-#-#-#-# PERFORMANCE CONFIGURATION #-#-#-#-#-#-#-#-#-#-#