Apparently, DC++ doesn't really follow its own specs...
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 22 Oct 2005 00:15:29 +0000 (00:15 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Sat, 22 Oct 2005 00:15:29 +0000 (00:15 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@398 959494ce-11ee-0310-bf91-de5d638817bd

daemon/fnet-dc.c

index cf8ee0b..1be50d6 100644 (file)
@@ -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');