mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
network outage fix
This commit is contained in:
@@ -884,9 +884,9 @@ void do_seen(COMMAND_ARGS)
|
||||
}
|
||||
if (h || d)
|
||||
{
|
||||
sprintf(ago,"%s%i hour%s and ",ago,h,EXTRA_CHAR(h));
|
||||
sprintf(ago+strlen(ago),"%i hour%s and ",h,EXTRA_CHAR(h));
|
||||
}
|
||||
sprintf(ago,"%s%i minute%s",ago,m,EXTRA_CHAR(m));
|
||||
sprintf(ago+strlen(ago),"%i minute%s",m,EXTRA_CHAR(m));
|
||||
|
||||
n = seen->nick;
|
||||
u = seen->userhost;
|
||||
|
||||
Reference in New Issue
Block a user