mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
Monster whitespace commit (beware the whitespace monster).
This commit is contained in:
parent
85b44a1dfd
commit
b7e51a203d
42 changed files with 145 additions and 147 deletions
|
@ -34,8 +34,8 @@ function uptime_text()
|
|||
local hours = t%24;
|
||||
t = (t - hours)/24;
|
||||
local days = t;
|
||||
return string.format("This server has been running for %d day%s, %d hour%s and %d minute%s (since %s)",
|
||||
days, (days ~= 1 and "s") or "", hours, (hours ~= 1 and "s") or "",
|
||||
return string.format("This server has been running for %d day%s, %d hour%s and %d minute%s (since %s)",
|
||||
days, (days ~= 1 and "s") or "", hours, (hours ~= 1 and "s") or "",
|
||||
minutes, (minutes ~= 1 and "s") or "", os.date("%c", prosody.start_time));
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue