]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whowas.h
I think this fixes visual studio oddities
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
index 2568a0986468923f5aa7cc5122e9c763b1033577..e2bab7a0f610414c431e1e5de8d1a85442247f3a 100644 (file)
@@ -67,6 +67,10 @@ class cmd_whowas : public command_t
         */
        whowas_users_fifo whowas_fifo;
 
+       /* String holding stats so it can be collected
+        */
+       std::string stats;
+
   public:
        cmd_whowas(InspIRCd* Instance);
        CmdResult Handle(const char** parameters, int pcnt, userrec *user);