Command: conf#
Summary#
| Command | Default Level | Global Only? |
|---|---|---|
| conf | 500 | yes |
Description#
- Searches for configuration settings and displays current values
Usage#
- If no channel is given, the default global (
*) channel will be used - A specific
settingcan be given if known, or a wildcardmaskto list matching settings - If multiple results are found, the
-outswitch can be used to list all values rather than only displaying the setting names
Examples#
Display the configuration setting value for chan:report:
List all configuration settings matching *auth*:
@Empus | y conf *auth*
@yolk | matched settings: auth:serv:host auth:mech auth:hide auth:user auth:rand auth:retry auth:serv:nick auth:wait
Output all the configuration values for settings matching *auth*:
@Empus | y conf *auth* -out
@yolk | setting: auth:serv:host -- value: channels.undernet.org
@yolk | setting: auth:mech -- value: gnuworld
@yolk | setting: auth:hide -- value: 1
@yolk | setting: auth:user -- value:
@yolk | setting: auth:rand -- value: 0
@yolk | setting: auth:retry -- value: 5
@yolk | setting: auth:serv:nick -- value: X
@yolk | setting: auth:wait -- value: 0
@yolk | done. 8 results found.
@Empus | y conf * chan:report
Protection
Configuration setting values involving passwords and API keys will not be returned.
Related Commands#
| Command | Description |
|---|---|
| cmds | List available commands |
| help | View the help for a given command |