added get_userauth to WHOHandler.c and continues modcmd
[NeonServV5.git] / IRCParser.c
index 682cdf0fc811e170969388315791f34a5ef689d1..4280866facdfd06475c12fa5bf92d358063b3c65 100644 (file)
@@ -366,3 +366,7 @@ void free_parser() {
     }
 }
 
+void reply(struct ClientSocket *client, struct UserNode *user, const char *text, ...) {
+    //following
+}
+