mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
SERVERSILENCETIMEOUT
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user