end of list marker for clients

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-28 12:45:37 +01:00
parent b93e8e2380
commit fa03bd1bad

View File

@ -3110,8 +3110,9 @@ listAcq(ppltype, pplvalue) { // Acq(uaintance) to be renamed into Peer
"_nick": pdisp ]) );
}
}
}
} // not really a _list method then, huh?
if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all));
else w("_list_acquaintance_end"); // end marker for psyc clients
#ifdef pdisp
# undef pdisp
#endif