diff options
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.h b/include/account.h index be130ea95..947daeff6 100644 --- a/include/account.h +++ b/include/account.h @@ -151,7 +151,7 @@ public: /* The time this account was registered */ time_t registered = Anope::CurTime; MemoInfo memos; - std::map<Anope::string, Anope::string> last_modes; + std::map<Anope::string, ModeData> last_modes; /* Nicknames registered that are grouped to this account. * for n in aliases, n->nc == this. |