diff options
Diffstat (limited to 'documentation/help/uptime.markdown')
-rw-r--r-- | documentation/help/uptime.markdown | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/documentation/help/uptime.markdown b/documentation/help/uptime.markdown new file mode 100644 index 0000000..f31e37a --- /dev/null +++ b/documentation/help/uptime.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Help: uptime" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/uptime.in +- https://github.com/irssi/irssi/blob/master/src/fe-common/core/fe-core-commands.c + + +{% endcomment %} +[Help index](/documentation/help) + +### Syntax ### + +<div class="highlight irssisyntax"><pre style="\-\-cmdlen:-2ch"><code><span class="synB">UPTIME</span></code></pre></div> + + + +### Description ### + +Displays how long Irssi has been running. + +### Examples ### + + /UPTIME + +### See also ### +[CONNECT](/documentation/help/connect), [EXIT](/documentation/help/exit) + |