diff options
author | Adam <Adam@anope.org> | 2011-08-06 17:33:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-06 17:33:59 -0400 |
commit | a6dd65f916adbdd4edf6494a2d3ab2d94484189f (patch) | |
tree | bb0a25159930a991ad355f2bb58604bbe1e65fcb /include/users.h | |
parent | 0448e386dee2d6a591e4a67586b5ad059127a8c3 (diff) |
Fixed suepradmin
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/users.h b/include/users.h index d6a0866ee..b02705bda 100644 --- a/include/users.h +++ b/include/users.h @@ -54,8 +54,7 @@ class CoreExport User : public Extensible Server *server; /* Server user is connected to */ time_t timestamp; /* Timestamp of the nick */ time_t my_signon; /* When did _we_ see the user? */ - - int isSuperAdmin; /* is SuperAdmin on or off? */ + bool SuperAdmin; /* is SuperAdmin on or off? */ /* Channels the user is in */ UChannelList chans; |