fixed last commit
[NeonServV5.git] / bot_NeonServ.c
index 5d4d9772b5fd2dd543e9c1f041b0a3e9f4eb39c8..a89be7139a1d409ed38da8760a91b975555d93b1 100644 (file)
@@ -11,6 +11,7 @@
 #include "lang.h"
 #include "HandleInfoHandler.h"
 #include "WHOHandler.h"
+#include "DBHelper.h"
 
 #define BOTID 1
 
@@ -23,6 +24,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}
 };