1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 20:33:12 +02:00

Make NickCore::aliases a vector

This commit is contained in:
Adam
2013-02-13 12:49:39 -05:00
parent 994866461c
commit 225b7c38c1
10 changed files with 36 additions and 40 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
Serialize::Checker<nickcore_map> NickCoreList("NickCore");
NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore")
NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), aliases("NickAlias")
{
if (coredisplay.empty())
throw CoreException("Empty display passed to NickCore constructor");