diff options
| author | 2014-07-09 15:06:52 +0200 | |
|---|---|---|
| committer | 2014-07-09 15:06:52 +0200 | |
| commit | 18d9adff0fd2ea811dbbf17814a4ba5e36ed2da4 (patch) | |
| tree | d31efd620705750538072c53849c8116043a480a /include/commands | |
| parent | core_whowas Store time added in WhoWas::Nick (diff) | |
core_whowas Store the nickname in WhoWas::Nick
Diffstat (limited to 'include/commands')
| -rw-r--r-- | include/commands/cmd_whowas.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 5993500f6..5c2bb62ee 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -44,9 +44,13 @@ namespace WhoWas */ const time_t addtime; + /** Nickname whose information is stored in this class + */ + const irc::string nick; + /** Constructor to initialize fields */ - Nick(); + Nick(const irc::string& nickname); /** Destructor, deallocates all elements in the entries container */ |
