drop the coucou

This commit is contained in:
nohar 2007-01-27 10:16:01 +00:00
parent e6b7672a19
commit 2855993dad
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ int irc_dispatch_server(struct link_server *server, struct line *line)
if (line->elemc == 0)
return ERR_PROTOCOL;
printf("coucou23: %s\n", line->elemv[0]);
if (strcmp(line->elemv[0], "PING") == 0) {
if (line->elemc < 2)
return ERR_PROTOCOL;