| 4598 | } |
| 4599 | |
| 4600 | static bool SaveUnknownCommandCallback(const char *pCommand, void *pUser) |
| 4601 | { |
| 4602 | CClient *pClient = static_cast<CClient *>(pUser); |
| 4603 | pClient->ConfigManager()->StoreUnknownCommand(pCommand); |
| 4604 | return true; |
| 4605 | } |
| 4606 | |
| 4607 | /* |
| 4608 | Server Time |
nothing calls this directly
no test coverage detected