diff options
| author | 2004-04-04 23:01:37 +0000 | |
|---|---|---|
| committer | 2004-04-04 23:01:37 +0000 | |
| commit | df37353f41c864b090c15db9f795ebfe7b8092bf (patch) | |
| tree | a95a59dd578cb57aa02185c607bf089aaa373352 /src/inspircd.cpp | |
| parent | New documentation to document user/channel mode handling (diff) | |
| download | inspircd++-df37353f41c864b090c15db9f795ebfe7b8092bf.tar.gz inspircd++-df37353f41c864b090c15db9f795ebfe7b8092bf.tar.bz2 inspircd++-df37353f41c864b090c15db9f795ebfe7b8092bf.zip | |
Fixes to make motd display (we were missinga readfile()?!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@381 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index d1f4bd27b..3b9835f67 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -399,6 +399,8 @@ void ReadConfig(void) LogLevel = SPARSE; if (!strcmp(dbg,"none")) LogLevel = NONE; + readfile(MOTD,motd); + log(DEBUG,"Reading message of the day"); readfile(RULES,rules); log(DEBUG,"Reading connect classes"); Classes.clear(); |
