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)
commit25e0fdd8c913c7353f2fc3b1e4d82ecdbf3f57b4
treebc3f5bbd856f27e9f3d856d802b909cfacaaebf8
parent2dc10a89c619d6f3059c33a3ee3bc5db7b7855ea
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