SERVERSILENCETIMEOUT

This commit is contained in:
joonicks
2018-05-10 02:01:21 +02:00
parent fae35e0a28
commit a882fe9b6e
8 changed files with 25 additions and 8 deletions

View File

@@ -169,7 +169,7 @@ void send_uptime(int type)
if (botlist)
{
nick = botlist->nick;
upPack.ontime = htonl(botlist->conntry);
upPack.ontime = htonl(botlist->ontime);
if ((sp = find_server(botlist->server)))
{
server = (*sp->realname) ? sp->realname : sp->name;