From 7aacf739504c81305fb773426cc778e00233b8f4 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 25 Aug 2012 00:03:38 +0200 Subject: Add a config option to enable/disable the welcome notice sent to clients after successful registration Fixes #284 reported by @hoggeh --- include/configreader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index e360d3917..910b6cabf 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -598,6 +598,10 @@ class CoreExport ServerConfig */ bool NoSnoticeStack; + /** If true, a "Welcome to !" NOTICE will be sent to + * connecting users + */ + bool WelcomeNotice; }; /** The background thread for config reading, so that reading from executable includes -- cgit v1.2.3