mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
end of list marker for clients
This commit is contained in:
parent
b93e8e2380
commit
fa03bd1bad
@ -3110,8 +3110,9 @@ listAcq(ppltype, pplvalue) { // Acq(uaintance) to be renamed into Peer
|
|||||||
"_nick": pdisp ]) );
|
"_nick": pdisp ]) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} // not really a _list method then, huh?
|
||||||
if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all));
|
if (ppltype == PPL_JSON) w("_list_acquaintance_JSON", make_json(all));
|
||||||
|
else w("_list_acquaintance_end"); // end marker for psyc clients
|
||||||
#ifdef pdisp
|
#ifdef pdisp
|
||||||
# undef pdisp
|
# undef pdisp
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user