X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fctables.h;h=75795e48ca47c25759c66274db0d58e66564d2e3;hb=4498f1abd163b140efcbbd9e75173665c9b1c29f;hp=9c2a6181c18576d8cbd29808dd9d81a36faff178;hpb=dce58b1611e275118d418bfb3b4402bd14d279dd;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/ctables.h b/include/ctables.h index 9c2a6181c..75795e48c 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -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 */