From: fredrik Date: Sat, 22 Oct 2005 00:15:29 +0000 (+0000) Subject: Apparently, DC++ doesn't really follow its own specs... X-Git-Tag: 0.1~177 X-Git-Url: http://git.dolda2000.com/gitweb/?a=commitdiff_plain;h=f24d5cfb211a782a3b1e4040c629dc1c92a0c8c8;p=doldaconnect.git Apparently, DC++ doesn't really follow its own specs... git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@398 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/fnet-dc.c b/daemon/fnet-dc.c index cf8ee0b..1be50d6 100644 --- a/daemon/fnet-dc.c +++ b/daemon/fnet-dc.c @@ -529,7 +529,7 @@ static char **parseadc(char *args) addtobuf(retbuf, NULL); freeparr(retbuf); return(NULL); - } else if(*args == 's') { + } else if((*args == 's') || (*args == ' ')) { addtobuf(buf, ' '); } else if(*args == 'n') { addtobuf(buf, '\n');