diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-08-25 00:03:38 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-08-25 00:37:04 +0200 |
commit | 7aacf739504c81305fb773426cc778e00233b8f4 (patch) | |
tree | 4099711b8908799e908f4e3599530368afc629dd /docs | |
parent | d6861984e89ecf159efcebcf8c4ef12116e3aabd (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')
-rw-r--r-- | docs/conf/inspircd.conf.example | 7 |
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 #-#-#-#-#-#-#-#-#-#-# |