Provides access to the Supybot configuration. This is a core Supybot plugin that should not be removed!
| Command | Help |
|---|---|
| channel | [<network>] [<channel>] <name> [<value>] If <value> is given, sets the channel configuration variable for <name> to <value> for <channel> on the <network>. Otherwise, returns the current channel configuration value of <name>. <channel> is only necessary if the message isn't sent in the channel itself. More than one channel may be given at once by separating them with commas. <network> defaults to the current network. |
| config | <nom> [<valeur>] Si la <valeur> est donnée, défini la variable de configuration <nom> à <valeur>. Sinon, retourne la configuration actuelle de <nom>. Vous pouvez omettre le 'supybot.' au début du <nom>. |
| default | <nom> Retourne la valeur par défaut de la variable de configuration <nom>. |
| export | <nom de fichier> Exporte les variables de configuration publiques dans le fichier<nom de fichier. Si vous voulez donner à quelqu'un votre fichier de configuration, mais que vous ne voulez pas que cette personne puisse voir des choses comme les mots de passe, ... cette commande débarrasse le fichier de configuration exporté des données qui ne doivent pas être publiques. |
| help | <nom> Retourne la description de la variable de configuration <nom>. |
| list | <group> Returns the configuration variables available under the given configuration <group>. If a variable has values under it, it is preceded by an '@' sign. If a variable is channel-specific, that is, it can be separately configured for each channel using the 'channel' command in this plugin, it is preceded by an '#' sign. And if a variable is a network-specific, it is preceded by a ':' sign. |
| network | [<network>] <name> [<value>] If <value> is given, sets the network configuration variable for <name> to <value> for <network>. Otherwise, returns the current network configuration value of <name>. <network> defaults to the current network. |
| reload | ne prend pas d'argument Recharge les différents fichiers de configuration (base d'utilisateurs, base de canaux, registre, etc.). |
| reset channel | [<network>] [<channel>] <name> Resets the channel-specific value of variable <name>, so that it will match the network-specific value (or the global one if the latter isn't set). <network> and <channel> default to the current network and channel. |
| reset network | [<network>] [<channel>] <name> Resets the network-specific value of variable <name>, so that it will match the global. <network> defaults to the current network and channel. |
| search | <mot> Recherche le <mot> dans les variables de configuration. |
| searchhelp | <phrase> Searches for <phrase> in the help of current configuration variables. |
| searchvalues | <word> Searches for <word> in the values of current configuration variables. |
| setdefault | <name> Resets the configuration variable <name> to its default value. Use commands 'reset channel' and 'reset network' instead to make a channel- or network- specific value inherit from the global one. |