Provides Utilities for Unix-like systems.
| Command | Help |
|---|---|
| call | <command to call with any arguments> Calls any command available on the system, and returns its output. Requires owner capability. Note that being restricted to owner, this command does not do any sanity checking on input/output. So it is up to you to make sure you don't run anything that will spamify your channel or that will bring your machine to its knees. |
| errno | <numéro d'erreur|code> Retourne le code du numéro d'erreur, ou le numéro d'erreur du code. |
| fortune | takes no arguments Returns a fortune from the Unix fortune program. |
| pid | ne prend pas d'argument Retourne le pid du processus de Supybot. |
| ping | [--c <count>] [--i <interval>] [--t <ttl>] [--W <timeout>] [--4|--6] <host or ip> Sends an ICMP echo request to the specified host. The arguments correspond with those listed in ping(8). --c is limited to 10 packets or less (default is 5). --i is limited to 5 or less. --W is limited to 10 or less. --4 and --6 can be used if and only if the system has a unified ping command. |
| ping6 | [--c <count>] [--i <interval>] [--t <ttl>] [--W <timeout>] [--4|--6] <host or ip> Sends an ICMP echo request to the specified host. The arguments correspond with those listed in ping(8). --c is limited to 10 packets or less (default is 5). --i is limited to 5 or less. --W is limited to 10 or less. --4 and --6 can be used if and only if the system has a unified ping command. |
| progstats | ne prend pas d'argument Retourn différentes informations unix-y à propos du processus de supybot. |
| shell | <command to call with any arguments> Calls any command available on the system using the shell specified by the SHELL environment variable, and returns its output. Requires owner capability. Note that being restricted to owner, this command does not do any sanity checking on input/output. So it is up to you to make sure you don't run anything that will spamify your channel or that will bring your machine to its knees. |
| spell | <mot> Retourne le résultat du parsage du <mot> avec aspell/ispell. Les résultats affichés sont triés du meilleur au pire en fonction de comment ils correspondent au <mot>. |
| sysuname | takes no arguments Returns the uname -a from the system the bot is running on. |
| sysuptime | takes no arguments Returns the uptime from the system the bot is running on. |
| wtf | [is] <something> Returns wtf <something> is. 'wtf' is a Unix command that first appeared in NetBSD 1.5. In most Unices, it's available in some sort of 'bsdgames' package. |