From bdfebf7564a44b361da50e9f0981a5c88d78433c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 22:04:25 -0800 Subject: [PATCH] doc/Registry.md: minor edit --- doc/Registry.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/Registry.md b/doc/Registry.md index 5b4b7156..2ba0eb7e 100644 --- a/doc/Registry.md +++ b/doc/Registry.md @@ -209,8 +209,13 @@ messagehistory.sqlite_commit_interval | How often to commit SQLite transactions messagehistory.sqlite_debug | Log verbose debugging information about SQLite statements. | 0 nicklist.debug | Log verbose debugging information about the NickList. | 0 -Some items only exist as a channel-specific item. You must [`regset`](#regset) -these for your channels. +### Channel-specific Registry items + +All of above section-specific registry items can be overriden on a per-channel +basis if it makes sense for it to be able to do so. + +However, some items exist only as a channel-specific item. You must [`regset`](#regset) +these for your channels. They are listed here. Name | Description --- | ---