]> jfr.im git - solanum.git/commitdiff
m_stats: z: restore total memory display
authorDoug Freed <redacted>
Thu, 25 Aug 2022 00:23:32 +0000 (00:23 +0000)
committerDoug Freed <redacted>
Thu, 25 Aug 2022 00:31:08 +0000 (20:31 -0400)
modules/m_stats.c

index 50007bb671986cc2de8674970c975346c969cfb9..7eb0dad61a578e45d7911a42e9842a2aca7b8dd3 100644 (file)
@@ -1390,6 +1390,10 @@ stats_memory (struct Client *source_p)
                           "z :Remote client Memory in use: %ld(%ld)",
                           (long)remote_client_count,
                           (long)remote_client_memory_used);
+
+       sendto_one_numeric(source_p, RPL_STATSDEBUG,
+                          "z :TOTAL: %zu",
+                          total_memory);
 }
 
 static void