diff options
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index 85c703dbf..aa8202c51 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -10,7 +10,7 @@ NickCore::NickCore(const Anope::string &coredisplay) : Flags<NickCoreFlag, NI_EN throw CoreException("Empty display passed to NickCore constructor"); this->ot = NULL; - this->language = this->channelcount = 0; + this->channelcount = 0; this->lastmail = 0; this->display = coredisplay; |