rsa crypt backend
[NextIRCd.git] / src / ircd_client.c
index 57bfb3fed9287c93dc85f519c8c72295fef54d73..9fe8181f2ec5994e2163ddd1407326d65f9adb0b 100644 (file)
@@ -56,5 +56,11 @@ void client_disconnected(struct Connection *conn) {
 }
 
 void client_recv(struct Connection *conn, char *line) {
-    
+       if(conn->server) {
+               // Server protocol
+       } else {
+               
+               
+               
+       }
 }