diff options
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_whowas.h | 8 |
1 files changed, 8 insertions, 0 deletions
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(); |