]> 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 7bd73448c7ce3ed32ddcf5972780a7044af8166d..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;