MCPcopy Create free account
hub / github.com/assaultcube/AC / extping_namelist

Function extping_namelist

source/src/server.cpp:4721–4728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4719}
4720
4721void extping_namelist(ucharbuf &p)
4722{
4723 loopv(clients)
4724 {
4725 if(clients[i]->type == ST_TCPIP && clients[i]->isauthed) sendstring(clients[i]->name, p);
4726 }
4727 sendstring("", p);
4728}
4729
4730void extping_serverinfo(ucharbuf &pi, ucharbuf &po)
4731{

Callers 1

servermsFunction · 0.85

Calls 1

sendstringFunction · 0.85

Tested by

no test coverage detected