diff options
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index 633f5a7cb..cede8b6e4 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -1,6 +1,6 @@ /* * - * (C) 2003-2016 Anope Team + * (C) 2003-2017 Anope Team * Contact us at team@anope.org * * Please read COPYING and README for further details. @@ -31,7 +31,7 @@ NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), (*NickCoreList)[this->display] = this; if (old == NickCoreList->size()) Log(LOG_DEBUG) << "Duplicate account " << coredisplay << " in nickcore table?"; - + FOREACH_MOD(OnNickCoreCreate, (this)); } @@ -267,4 +267,3 @@ NickCore* NickCore::Find(const Anope::string &nick) return NULL; } - |