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:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user