moved cmds to extra files and loading binds from the database
[NeonServV5.git] / IRCParser.h
index fb41e555cd2bdc1946130e3ed4745c9800e5d498..5d216873bedf6540d61af7ba0844b25c911c32a5 100644 (file)
@@ -19,6 +19,6 @@ int parse_lines(struct ClientSocket *client, char *lines, int len);
 void bot_disconnect(struct ClientSocket *client);
 void init_parser();
 void free_parser();
-void reply(struct ClientSocket *client, struct UserNode *user, const char *text, ...) PRINTF_LIKE(3, 4);
+void reply(struct ClientSocket *client, struct UserNode *user, const char *text, ...);
 
 #endif
\ No newline at end of file