summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h3
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;