added cmd_clvl and moved all the database request functions to DBHelper.c
[NeonServV5.git] / bot_NeonServ.c
index 5d4d9772b5fd2dd543e9c1f041b0a3e9f4eb39c8..8daa67815b17c87259e48c7c5fab6ee1c2c4d52a 100644 (file)
@@ -23,6 +23,10 @@ static const struct default_language_entry msgtab[] = {
     {"NS_ADDUSER_DONE", "Added %s to the %s user list with access %d."},
     {"NS_NOT_ON_USERLIST", "%s lacks access to \002%s\002."},
     {"NS_DELUSER_DONE", "Deleted %s (with access %d) from the %s user list."},
+    {"NS_ACCESS_OUTRANKED", "You cannot give users access greater than or equal to your own."},
+    {"NS_USER_OUTRANKED", "\002%s\002 outranks you (command has no effect)."},
+    {"NS_ACCESS_DENIED", "Access denied."},
+    {"NS_CLVL_DONE", "%s now has access \002%d\002 in %s."},
     {NULL, NULL}
 };