removed old IDWRAP code & new code for handling nicks & userhost

This commit is contained in:
joonicks
2025-10-27 15:13:49 +01:00
parent 9ca80bc45c
commit c9d2907a9e
23 changed files with 184 additions and 294 deletions

View File

@@ -168,7 +168,7 @@ void send_uptime(int type)
*/
if (botlist)
{
nick = botlist->nick;
nick = getbotnick(botlist);
upPack.ontime = htonl(botlist->ontime);
if ((sp = find_server(botlist->server)))
{