diff options
author | Adam <Adam@anope.org> | 2011-03-04 20:47:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-04 20:47:58 -0500 |
commit | 90e5d0feaa1646c28cfce45dbde1a914a6f1d62c (patch) | |
tree | e81cf931c36401b418933aec264c7a260aa5a98a /src/nickcore.cpp | |
parent | d79e22bfaa089e32520d63f633ee499a36905366 (diff) |
Added LDAP support
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; |