Commands
Quick Skip
-
whoami
A very simple command that displays whether or not you are bot's root user, i.e. whether or not you are allowed to use root-only commands and plugins.
Example
<Zoffix> _ZofBot4, status whoami <_ZofBot4> Zoffix, You are a root user <Foo> _ZofBot4, status whoami <_ZofBot4> Foo, You are not a root user
Back to top -
uptime
Command Aliases
- up
- up time
Command displays bot's uptime, i.e. time elapsed since the bot (Core) was started.
Example
<Zoffix> _ZofBot4, status up <_ZofBot4> Zoffix, 9 minutes and 36 seconds <Zoffix> _ZofBot4, status uptime <_ZofBot4> Zoffix, 9 minutes and 38 seconds
Back to top -
df
This is a root-only command.
This command displays the output of unix
df -hcommand. The output is rather floody and the command is restricted only to bot's root user.Example
<Zoffix> _ZofBot4, status df <_ZofBot4> Zoffix, Filesystem Size Used Avail Use% Mounted on <_ZofBot4> Zoffix, /dev/sda3 152G 38G 107G 26% / <_ZofBot4> Zoffix, varrun 1.8G 100K 1.8G 1% /var/run <_ZofBot4> Zoffix, varlock 1.8G 0 1.8G 0% /var/lock <_ZofBot4> Zoffix, udev 1.8G 116K 1.8G 1% /dev <_ZofBot4> Zoffix, devshm 1.8G 0 1.8G 0% /dev/shm <_ZofBot4> Zoffix, lrm 1.8G 34M 1.7G 2% /lib/modules/2.6.22-14-generic/volatile
Back to top