diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2011-08-11 22:21:40 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2011-08-11 22:21:40 +0200 |
commit | c2780e1de47b4aead8ca5e2c7a7675ea987a9bb4 (patch) | |
tree | 30a58f896a582cbf0278c486a8f1b200ef35bb32 /include/account.h | |
parent | 4e1f54ff9c9da71b657e024e67fc0966e7a82825 (diff) |
Added a separate field for last seen realhost to ns_info, shown to services admins only
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/account.h b/include/account.h index 2a812529b..fc7b3e428 100644 --- a/include/account.h +++ b/include/account.h @@ -112,6 +112,7 @@ class CoreExport NickAlias : public Extensible, public Flags<NickNameFlag, NS_EN Anope::string last_quit; /* Last quit message */ Anope::string last_realname; /* Last realname */ Anope::string last_usermask; /* Last usermask */ + Anope::string last_realhost; /* Last uncloaked usermask, requires nickserv/auspex to see */ time_t time_registered; /* When the nick was registered */ time_t last_seen; /* When it was seen online for the last time */ NickCore *nc; /* I'm an alias of this */ |