diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h index 09d4e619d..b26be3d6c 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -578,11 +578,6 @@ class CoreExport ServerConfig /** If this value is true, snotices will not stack when repeats are sent */ bool NoSnoticeStack; - - /** If true, a "Welcome to <networkname>!" NOTICE will be sent to - * connecting users - */ - bool WelcomeNotice; }; /** The background thread for config reading, so that reading from executable includes |