diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-10-24 05:12:47 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-10-24 05:12:47 +0200 |
commit | ef5c6684c71fda6837f4d217d4f61bb418523047 (patch) | |
tree | 599dffcd828fc4a4213a7a2d2b17a449ed3c6e77 /src/nickcore.cpp | |
parent | e0438e3a7ee3b7737f5138e7f43157b07479c824 (diff) | |
parent | 04632bd381796dd90742bbc6ccd38905d4de25be (diff) |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
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 5d9950a4e..71d117de1 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -19,7 +19,7 @@ serialize_checker<nickcore_map> NickCoreList("NickCore"); /** Default constructor * @param display The display nick */ -NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), Flags<NickCoreFlag, NI_END>(NickCoreFlagStrings) +NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), Flags<NickCoreFlag, NI_END>(NickCoreFlagStrings) { if (coredisplay.empty()) throw CoreException("Empty display passed to NickCore constructor"); |