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)
commit307c9e794f9c4f8dcfc91d97b12516f1d97ce96b
treebc3f5bbd856f27e9f3d856d802b909cfacaaebf8
parent773109ae28be6e2e5243601b5166464136bd0299
New macro for putting a Citserver reply into important message: SRV_STATUS_MSG

Use it like that:
StrBuf_ServGetln(Line);
if  (GetServerStatus(Line, NULL) != 1) {
AppendImportantMessage(SRV_STATUS_MSG(Line));
webcit/webcit.h