diff options
| author | 2013-05-17 05:46:51 +0100 | |
|---|---|---|
| committer | 2013-05-27 00:15:30 +0200 | |
| commit | 244a65e8556328642350575c4a94ee8fc1b676b4 (patch) | |
| tree | 97bf4ff8cf2621a28041a719bd8d766f44014c5b /src/configreader.cpp | |
| parent | LogManager cleanup (diff) | |
| download | inspircd++-244a65e8556328642350575c4a94ee8fc1b676b4.tar.gz inspircd++-244a65e8556328642350575c4a94ee8fc1b676b4.tar.bz2 inspircd++-244a65e8556328642350575c4a94ee8fc1b676b4.zip | |
Clean up the FileReader class and all of the modules that use it.
- Modules which use this class will now have to catch a
CoreException when opening files if they wish to ignore
the failed loading of a file.
- m_randquote has been cleaned up massively and the RANDQUOTE
command has been removed as it was pretty much useless.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 8951ec0ee..0016fccaf 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -23,7 +23,6 @@ #include "inspircd.h" -#include <fstream> #include "xline.h" #include "listmode.h" #include "exitcodes.h" |
