added mode +-b to cmd_mode
[NeonServV5.git] / bot_NeonServ.c
index 7c1571b52fc856173abc91ce32d455a2f27a3936..4a423b0cb8d810c68b6cd478165e75ac66758351 100644 (file)
@@ -173,6 +173,9 @@ static const struct default_language_entry msgtab[] = {
     {"NS_MODE_INVALID", "\002%c\002 is an invalid set of channel modes."},
     {"NS_MODE_LOCKED", "Modes conflicting with \002%s\002 are not allowed in %s."},
     {"NS_MODE_DONE", "Channel modes are now \002%s\002."},
+    {"NS_MODE_ENFOPS", "You may not op or deop users on \002%s\002."},
+    {"NS_MODE_ENFVOICE", "You may not voice or devoice users on \002%s\002."},
+    {"NS_MODE_CANBAN", "You may not ban or unban users on \002%s\002."},
     {NULL, NULL}
 };