protocol parsers
[NextIRCd.git] / src / ircd_client.c
index 9fe8181f2ec5994e2163ddd1407326d65f9adb0b..28d650baea1def84998d0c7293526d67d04f91e5 100644 (file)
@@ -54,13 +54,3 @@ void client_connected(struct Connection *conn) {
 void client_disconnected(struct Connection *conn) {
     
 }
-
-void client_recv(struct Connection *conn, char *line) {
-       if(conn->server) {
-               // Server protocol
-       } else {
-               
-               
-               
-       }
-}