diff options
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index aa8202c51..4863d3244 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -12,6 +12,8 @@ NickCore::NickCore(const Anope::string &coredisplay) : Flags<NickCoreFlag, NI_EN this->ot = NULL; this->channelcount = 0; this->lastmail = 0; + this->memos.memomax = Config->MSMaxMemos; + this->language = Config->NSDefLanguage; this->display = coredisplay; |