diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-05-11 14:36:53 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 21:01:17 -0400 |
commit | e6263dba84b80f03d02c379ace081e602f8ef199 (patch) | |
tree | a6d055b24245e47b1f6c4973c4502937ecabd751 /include/account.h | |
parent | 631d11d6a81e8c5f63a19fc279606a61ab1a0563 (diff) |
Allow attaching metadata to nickrequests and storing it in the databases and fixed windows build
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/account.h b/include/account.h index 004760699..5449bd93a 100644 --- a/include/account.h +++ b/include/account.h @@ -69,9 +69,7 @@ enum NickCoreFlag NI_END }; -/** XXX: this really needs to die with fire and be merged with metadata into NickCore or something. - */ -class CoreExport NickRequest +class CoreExport NickRequest : public Extensible { public: NickRequest(const std::string &nickname); |