From 90e5d0feaa1646c28cfce45dbde1a914a6f1d62c Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 4 Mar 2011 20:47:58 -0500 Subject: Added LDAP support --- src/nickcore.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nickcore.cpp') 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) : Flagsot = NULL; this->channelcount = 0; this->lastmail = 0; + this->memos.memomax = Config->MSMaxMemos; + this->language = Config->NSDefLanguage; this->display = coredisplay; -- cgit