diff options
Diffstat (limited to 'etc/get.lua')
-rw-r--r-- | etc/get.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/get.lua b/etc/get.lua index aa29ec2..cc270e8 100644 --- a/etc/get.lua +++ b/etc/get.lua | |||
@@ -4,6 +4,10 @@ | |||
4 | -- Author: Diego Nehab | 4 | -- Author: Diego Nehab |
5 | -- RCS ID: $Id$ | 5 | -- RCS ID: $Id$ |
6 | ----------------------------------------------------------------------------- | 6 | ----------------------------------------------------------------------------- |
7 | require"http" | ||
8 | require"ftp" | ||
9 | require"url" | ||
10 | |||
7 | -- formats a number of seconds into human readable form | 11 | -- formats a number of seconds into human readable form |
8 | function nicetime(s) | 12 | function nicetime(s) |
9 | local l = "s" | 13 | local l = "s" |