diff options
author | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-08-01 14:07:56 +0000 |
commit | 83e4b183eafdcf7cef1eba4dadf1d1de86c59457 (patch) | |
tree | c70a0e47eb0a04d4d39ea6e40de3243e3e1b2ed3 /include/account.h | |
parent | 1e625b6837fdf96616cfc49700aa28d184a7c171 (diff) |
Add keepmodes setting
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 15fc0f20f..5b4d8cc3b 100644 --- a/include/account.h +++ b/include/account.h @@ -120,6 +120,7 @@ class CoreExport NickCore : public Serializable, public Extensible * on if NI_SECURE is set and what (if any) kill protection is enabled. */ std::vector<Anope::string> access; MemoInfo memos; + std::map<Anope::string, Anope::string> last_modes; /* Nicknames registered that are grouped to this account. * for n in aliases, n->nc == this. |