diff options
| author | 2008-04-15 01:15:09 +0000 | |
|---|---|---|
| committer | 2008-04-15 01:15:09 +0000 | |
| commit | 4cb185b433782e20058fed1efacd7bf7f1dd0bc9 (patch) | |
| tree | 219b80f9151cbdd3f8541fb3ea02e3278d06ec7a /src/configreader.cpp | |
| parent | See configreader.cpp line 764 to see how to declare deprecated items. This is... (diff) | |
Nuke the ability to define <options:loglevel> from orbit :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9508 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 81ae1e6c0..5f304bf02 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -766,6 +766,7 @@ void ServerConfig::Read(bool bail, User* user) {"options", "hidewhois", "has been moved to <security:hidewhois> as of 1.2a3"}, {"options", "nouserdns", "has been moved to <performance:nouserdns> as of 1.2a3"}, {"options", "maxwho", "has been moved to <performance:maxwho> as of 1.2a3"}, + {"options", "loglevel", "1.2 does not use the loglevel value. Please define <log> tags instead."}, {NULL, NULL, NULL} }; |
