summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.h b/include/account.h
index 9ab0fea08..6f8bed01b 100644
--- a/include/account.h
+++ b/include/account.h
@@ -137,7 +137,7 @@ private:
/* Channels which reference this core in some way (this is on their access list, akick list, is founder, successor, etc) */
Serialize::Checker<std::map<ChannelInfo *, int> > chanaccess;
/* Unique identifier for the account. */
- uint64_t id;
+ uint64_t uniqueid;
public:
/* Name of the account. Find(display)->nc == this. */
Anope::string display;