mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
removed old IDWRAP code & new code for handling nicks & userhost
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user