fixed last commit
[NeonServV5.git] / bot_NeonServ.c
index dff7184e4cc90b6cea25e4eb65c0dedbe5267e5f..181eaa4ac5e52986cfad001d1bbd42efed5a7412 100644 (file)
@@ -110,7 +110,7 @@ static const struct default_language_entry msgtab[] = {
     {"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_OPTION", "\002%s\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'."},
@@ -166,7 +166,7 @@ INCLUDE ALL CMD's HERE
 //#include "cmd_neonserv_info.c"
 //#include "cmd_neonserv_netinfo.c"
 //#include "cmd_neonserv_peek.c"
-#include "cmd_neonserv_set.c"
+#include "cmd_neonserv_set.c" /* TODO: parse, check and set modelock */
 //#include "cmd_neonserv_events.c"
 //#include "cmd_neonserv_resync.c"
 //#include "cmd_neonserv_help.c"