syntax fix
authorpk910 <philipp@zoelle1.de>
Wed, 17 Aug 2011 05:44:15 +0000 (07:44 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 17 Aug 2011 05:44:15 +0000 (07:44 +0200)
bot_NeonServ.c

index 5e8aabd2e51650fc20a78fc9cf5fc72d97d48790..f2d1473d9253087181006453c48a2737c1fcbf28 100644 (file)
@@ -18,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}
 };