cmd_trim added, fixed some bugs and added DATABASE modifications
[NeonServV5.git] / bot_NeonServ.c
index 1dda375415f9993a45e93cf1aeb5a37320ca5cc2..e95c4a04fc9033b35681ed90005106ae89a5d7db 100644 (file)
@@ -76,6 +76,8 @@ static const struct default_language_entry msgtab[] = {
     {"NS_UP_ALREADY_VOICE", "You are already voiced in \002%s\002."},
     {"NS_DOWN_ALREADY", "You are not opped or voiced in \002%s\002."},
     {"NS_MDELUSER_DONE", "Deleted \002%d\002 account(s) matching \002%s\002 with access from \002%d\002 to \002%d\002 from the %s user list."},
+    {"NS_TRIM_DURATION_TOO_SHORT", "You must include a minimum inactivity duration of at least %d seconds to trim."},
+    {"NS_TRIM_DONE", "Trimmed \002%d users\002 with access from %d to %d from the %s user list who were inactive for at least %s."},
     {NULL, NULL}
 };