]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
m_dnsbl updates
[user/henk/code/inspircd.git] / include / ctables.h
index 9c2a6181c18576d8cbd29808dd9d81a36faff178..75795e48ca47c25759c66274db0d58e66564d2e3 100644 (file)
@@ -108,11 +108,11 @@ class CoreExport Command : public ServiceProvider
 
        /** used by /stats m
         */
-       long double use_count;
+       long use_count;
 
        /** used by /stats m
         */
-       long double total_bytes;
+       long total_bytes;
 
        /** True if the command is disabled to non-opers
         */