1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 06:13:13 +02:00

Cleanup of last few commits/warning fix

This commit is contained in:
Adam
2012-10-22 17:02:01 -04:00
parent 0b9db15efc
commit 04632bd381
9 changed files with 41 additions and 25 deletions
+1 -1
View File
@@ -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");