| 4719 | } |
| 4720 | |
| 4721 | void 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 | |
| 4730 | void extping_serverinfo(ucharbuf &pi, ucharbuf &po) |
| 4731 | { |
no test coverage detected