server to print version in chat

master
Perttu Ahola 2011-04-25 00:24:40 +03:00
parent 6edb8c567c
commit ab51298a0d
1 changed files with 3 additions and 1 deletions

View File

@ -3846,8 +3846,10 @@ std::wstring Server::getStatusString()
{
std::wostringstream os(std::ios_base::binary);
os<<L"# Server: ";
// Version
os<<L"version="<<narrow_to_wide(VERSION_STRING);
// Uptime
os<<L"uptime="<<m_uptime.get();
os<<L", uptime="<<m_uptime.get();
// Information about clients
os<<L", clients={";
for(core::map<u16, RemoteClient*>::Iterator