diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index a8ab1b9e8..17dfccd8d 100644 --- a/include/users.h +++ b/include/users.h @@ -43,6 +43,7 @@ public: // XXX: exposing a tiny bit too much time_t svid; /* Services ID */ uint32 mode; /* See below */ + NickCore *nc; NickAlias *na; int isSuperAdmin; /* is SuperAdmin on or off? */ |