summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
authorAdam <Adam@drink-coca-cola.info>2010-05-11 14:36:53 -0400
committerAdam <Adam@anope.org>2010-06-18 21:01:17 -0400
commite6263dba84b80f03d02c379ace081e602f8ef199 (patch)
treea6d055b24245e47b1f6c4973c4502937ecabd751 /include/account.h
parent631d11d6a81e8c5f63a19fc279606a61ab1a0563 (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.h4
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);