X-Git-Url: http://git.pk910.de/?p=NextIRCd.git;a=blobdiff_plain;f=src%2Fircd_client.c;h=28d650baea1def84998d0c7293526d67d04f91e5;hp=9fe8181f2ec5994e2163ddd1407326d65f9adb0b;hb=c034e019f212727f6e2fbd6c824c7a965770ae28;hpb=94f13fd523ed67aef66be996df03f76a83a4ef5d diff --git a/src/ircd_client.c b/src/ircd_client.c index 9fe8181..28d650b 100644 --- a/src/ircd_client.c +++ b/src/ircd_client.c @@ -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 { - - - - } -}