syntax fix
[NeonServV5.git] / bot_NeonServ.c
index 0eb5a69d624c1e423d26bfde5380b93f3d18a010..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"
@@ -17,7 +18,8 @@
 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."}
+    {"NS_USER_NEED_AUTH", "%s must first authenticate with \002AuthServ\002."},
+    
     {NULL, NULL}
 };