diff options
Diffstat (limited to 'plugins/uptime.py')
-rw-r--r-- | plugins/uptime.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/uptime.py b/plugins/uptime.py index cc47b46f..6138063e 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -1,3 +1,25 @@ +""" +This plugin retrieves the uptime of a server. + +Installation +------------ +You only have to load the plugin. + +.. code-block:: none + + /load uptime + + +Command +------- + +.. glossary:: + + /uptime + **Usage:** ``/uptime <jid>`` + + Retrieve the uptime of the server of ``jid``. +""" from plugin import BasePlugin import tabs from common import parse_secs_to_str, safeJID |