added DoNotRegister system and command cmd_noregister
[NeonServV5.git] / src / bot_NeonServ.c
index 55445e0c56b8fff70b7bb5c17455a11275b44497..7e6b9beedf57e79ef3f93c6fa9826564a85ee936 100644 (file)
@@ -314,6 +314,22 @@ static const struct default_language_entry msgtab[] = {
     {"NS_RENAME_FAIL", "Failed renaming $b%s$b."},
     {"NS_FUN_DISABLED", "Fun commands are disabled in %s."},
     {"NS_UNBIND_REQUIRED", "%1$s is a required function and there is no other command bound to %1$s. Bind anothjer command to %1$s first."}, /* {ARGS: bind} */
+    {"NS_COMMANDS_NAME", "Name"},
+    {"NS_COMMANDS_ACCESS", "Access"},
+    {"NS_COMMANDS_GACCESS", "GodAccess"},
+    {"NS_COMMANDS_FUNCTION", "Function"},
+    {"NS_DNR_SET", "$b%s$b is do-not-register (by $b%s$b): %s" },
+    {"NS_DNR_SET_EXPIRES", "$b%s$b is do-not-register (by $b%s$b; expires %s): %s" },
+    {"NS_DNR_SET_ANONYM", "$b%s$b is do-not-register. Please contact the support to get more information."},
+    {"NS_NOREGISTER_INVALID_DURATION", "$b%s$b is not a valid duration."},
+    {"NS_NOREGISTER_REGISTERED", "$b%s$b is currently registered and can't be added to the do-not-register list."},
+    {"NS_NOREGISTER_DONE", "added $b%s$b to the do-not-register list."},
+    {"NS_NOREGISTER_HEAD", "The following do-not-registers were found:"},
+    {"NS_DNR_TARGET", "Target"},
+    {"NS_DNR_USER", "Issuer"},
+    {"NS_DNR_EXPIRES", "Expires"},
+    {"NS_DNR_REASON", "Reason"},
+    
     {NULL, NULL}
 };