]> code.citadel.org Git - citadel.git/commitdiff
New macro for putting a Citserver reply into important message: SRV_STATUS_MSG
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 4 Nov 2010 23:14:38 +0000 (00:14 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 4 Nov 2010 23:14:38 +0000 (00:14 +0100)
Use it like that:
StrBuf_ServGetln(Line);
if  (GetServerStatus(Line, NULL) != 1) {
AppendImportantMessage(SRV_STATUS_MSG(Line));


No differences found