No.
If I type
status, then the bot's uptime is still the server uptime, not the real one.
I don't need to know the uptime, this is simple. I need to show a real or any uptime (different) from bot to bot - when I type
status.
Ex:
Original:
Code:
# name userid uniqueid frag time ping loss adr
# 1 "bot1" 1 BOT 6 07:58 0 0
# 2 "bot2" 2 BOT 25 07:58 0 0
# 3 "bot3" 3 BOT 17 07:58 0 0
07:58 is the bot's uptime and server too - you know,
obviously...
I want to transform it in something like this:
Code:
# name userid uniqueid frag time ping loss adr
# 1 "bot1" 1 BOT 6 02:01 0 0
# 2 "bot2" 2 BOT 25 03:21 0 0
# 3 "bot3" 3 BOT 17 07:21 0 0
Real, random... no matter!