]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID command...
[user/henk/code/inspircd.git] / include / ctables.h
index 105b439a3f1dd2277f7cc169983d415e62170750..d112e885c533b36e52100476ecffd3dd0a1804f9 100644 (file)
@@ -72,10 +72,10 @@ class CoreExport command_t : public Extensible
        int min_params;
        /** used by /stats m
         */
-       long use_count;
+       long double use_count;
        /** used by /stats m
         */
-       float total_bytes;
+       long double total_bytes;
        /** used for resource tracking between modules
         */
        std::string source;
@@ -108,7 +108,7 @@ class CoreExport command_t : public Extensible
                total_bytes = 0;
                source = "<core>";
                syntax = "";
-               translation.push_back(TR_END);
+               translation.clear();
        }
 
        /** Handle the command from a user.