added small memory debugger to detect memory leaks
[NeonServV5.git] / src / bot_NeonServ.c
index a0937b9b5f0abb60e6713ae36681788c1a3ac3ca..75b1fd7dcf2258f9cc653b0f0cc0b69cfb9bf325 100644 (file)
@@ -374,6 +374,12 @@ static const struct default_language_entry msgtab[] = {
     {"NS_MODCMD_HEADER", "$bSettings for command %s:$b"}, /* {ARGS: "access"} */
     {"NS_MODCMD_OUTRANKED", "$b%s$b outranks you. (required access: %d)"}, /* {ARGS: "die", 1000} */
     {"NS_MODCMD_STATIC_FLAG", "This Flag is added statically. It can't be modified manually."},
+    {"NS_MEMINFO_DISABLED", "Memory Debugger is disabled!"},
+    {"NS_MEMINFO_NAME", "Name"},
+    {"NS_MEMINFO_COUNT", "Count"},
+    {"NS_MEMINFO_SIZE", "Size"},
+    {"NS_MEMINFO_LINE", "Line"},
+    {"NS_MEMINFO_TOTAL", "Total"},
     {NULL, NULL}
 };