]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whowas.h
core_whowas Store the nickname in WhoWas::Nick
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
index 2a3fa896c425f3366b6ddcc9ae7390972c4ff436..5c2bb62ee881b056655df6c31924d4f281257400 100644 (file)
@@ -40,6 +40,18 @@ namespace WhoWas
                 */
                whowas_set entries;
 
+               /** Time this nick was added to the database
+                */
+               const time_t addtime;
+
+               /** Nickname whose information is stored in this class
+                */
+               const irc::string nick;
+
+               /** Constructor to initialize fields
+                */
+               Nick(const irc::string& nickname);
+
                /** Destructor, deallocates all elements in the entries container
                 */
                ~Nick();