From 7d9321c0b5f833d0829603806aaff773119807c0 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Sat, 20 Sep 2008 12:39:47 +0300 Subject: [PATCH] Configuration: explain how to read the tables. --- index.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.txt b/index.txt index ebbd6af..8c954d3 100644 --- a/index.txt +++ b/index.txt @@ -156,6 +156,16 @@ Configuration items are hierarchical. The "root" item is `supybot`, which can be `config search `:: Show configuration items matching `word`. +NOTE: Some of the sections in this document have a list of related configuration items. They are listed similarly to the table below. In this example the config value could be modified with the `config plugin.example.foo ` command. If the key is prefixed with `#`, the config value can be set both globally and on channel-specific basis. + +.plugin.example +`15`15`70~~~ +Key,Default,Description +~~~ +foo,True,Example key. +#bar,False,Example key that can be set on channels as well. +~~~ + [[capabilities]] === Capabilities === -- 2.11.4.GIT