fixed small negation bug on WHOHandler.c
[NeonServV5.git] / bot_NeonServ.c
index 0005492ac0f53d4f02382b3aaf2617dabe8241af..f2d1473d9253087181006453c48a2737c1fcbf28 100644 (file)
@@ -2,6 +2,7 @@
 #include "bot_NeonServ.h"
 #include "modcmd.h"
 #include "IRCEvents.h"
+#include "IRCParser.h"
 #include "UserNode.h"
 #include "ChanNode.h"
 #include "ChanUser.h"
 #define CLASSNAME "NeonServ"
 
 static const struct default_language_entry msgtab[] = {
+    {"NS_USER_UNKNOWN", "User with nick \002%s\002 does not exist."},
+    {"NS_AUTH_UNKNOWN", "Account \002%s\002 has not been registered."},
+    {"NS_USER_NEED_AUTH", "%s must first authenticate with \002AuthServ\002."},
+    
     {NULL, NULL}
 };