From 76ed8299e9b9158cbb1cfa487effc6448f5b2268 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 9 Jul 2014 15:03:21 +0200 Subject: core_whowas Store time added in WhoWas::Nick --- include/commands/cmd_whowas.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/commands/cmd_whowas.h') diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 2a3fa896c..5993500f6 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -40,6 +40,14 @@ namespace WhoWas */ whowas_set entries; + /** Time this nick was added to the database + */ + const time_t addtime; + + /** Constructor to initialize fields + */ + Nick(); + /** Destructor, deallocates all elements in the entries container */ ~Nick(); -- cgit v1.2.3