summaryrefslogtreecommitdiff
path: root/include/commands/cmd_whowas.h
diff options
context:
space:
mode:
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
*/