diff options
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/account.h b/include/account.h index 02e6508d4..3f39c3b4a 100644 --- a/include/account.h +++ b/include/account.h @@ -122,6 +122,8 @@ class CoreExport NickCore : public Extensible, public Flags<NickCoreFlag> NickCore *next, *prev; + std::list<User *> Users; + char *display; /* How the nick is displayed */ std::string pass; /* Password of the nicks */ char *email; /* E-mail associated to the nick */ |