diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-27 15:48:05 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-27 15:48:05 +0000 |
commit | affe14511b9f874a36610650722215ad61af0c53 (patch) | |
tree | 797b963a088c77165c4eed290edd266bacb2efd5 /include/ctables.h | |
parent | 6304c3747312e70d670f70b1dfda0ba10870c3bc (diff) |
Remove /summon and /users (I think 15+ years of being marked deprecated is enough, really)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8088 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r-- | include/ctables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h index 7bd73448c..d112e885c 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -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; |