diff options
Diffstat (limited to 'modules/core/os_stats.cpp')
-rw-r--r-- | modules/core/os_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_stats.cpp b/modules/core/os_stats.cpp index 2627a4538..2c20395d0 100644 --- a/modules/core/os_stats.cpp +++ b/modules/core/os_stats.cpp @@ -157,7 +157,7 @@ class CommandOSStats : public Command } public: - CommandOSStats(Module *creator) : Command(creator, "operserv/stats", 0, 1, "operserv/stats"), + CommandOSStats(Module *creator) : Command(creator, "operserv/stats", 0, 1), akills("xlinemanager/sgline"), snlines("xlinemanager/snline"), sqlines("xlinemanager/sqline"), szlines("xlinemanager/szline") { this->SetDesc(_("Show status of Services and network")); |