From 18d9adff0fd2ea811dbbf17814a4ba5e36ed2da4 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 9 Jul 2014 15:06:52 +0200 Subject: core_whowas Store the nickname in WhoWas::Nick --- include/commands/cmd_whowas.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/commands') 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 */ -- cgit v1.3.1-10-gc9f91