continued cmd_neonserv_set.c
[NeonServV5.git] / bot_NeonServ.c
index dd8a0eb3dd4d9a7f53bfe5873d817e96e0220202..dff7184e4cc90b6cea25e4eb65c0dedbe5267e5f 100644 (file)
@@ -107,6 +107,15 @@ static const struct default_language_entry msgtab[] = {
     {"NS_SET_HEADER", "Channel Settings for %s:"},
     {"NS_SET_ON", "on"},
     {"NS_SET_OFF", "off"},
+    {"NS_SET_UNKNOWN_SETTING", "\002%s\002 is an unknown channel setting."},
+    {"NS_SET_CANNOT_SET", "That setting is above your current level, so you cannot change it."},
+    {"NS_SET_BADLEVEL", "You cannot change any setting to above your level."},
+    {"NS_SET_INVALID_OPTION", "\002%d\002 is not a valid choice.  Choose one:"},
+    {"NS_SET_INVALID_BOOLEAN", "\002%s\002 is an invalid binary value."},
+    {"NS_SET_DEFAULTS_OWNER", "You must have access 500 in %s to reset it to the default options."},
+    {"NS_SET_DEFAULTS_CODE", "To reset %s's settings to the defaults, you must use 'set defaults %s'."},
+    {"NS_SET_DEFAULTS_DONE", "All settings for %s have been reset to default values."},
+    {"NS_SET_TRIGGER_OWNER", "You must have access 500 in %s to change the channel trigger."},
     {NULL, NULL}
 };