summaryrefslogtreecommitdiff
path: root/include/commands/cmd_whowas.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-07-09 15:06:52 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-07-09 15:06:52 +0200
commit18d9adff0fd2ea811dbbf17814a4ba5e36ed2da4 (patch)
treed31efd620705750538072c53849c8116043a480a /include/commands/cmd_whowas.h
parent76ed8299e9b9158cbb1cfa487effc6448f5b2268 (diff)
core_whowas Store the nickname in WhoWas::Nick
Diffstat (limited to 'include/commands/cmd_whowas.h')
-rw-r--r--include/commands/cmd_whowas.h6
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
*/