From 177328b6279b7263292d10aab7e690a2259ee8b4 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 9 Mar 2020 22:58:50 -0700 Subject: [PATCH] doc/Registry.md: document more registry items --- doc/Registry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Registry.md b/doc/Registry.md index 883b792c..1623bff5 100644 --- a/doc/Registry.md +++ b/doc/Registry.md @@ -197,6 +197,7 @@ general.send_who_on_join | When joining a channel, send the `WHO` command to get general.show_url_titles_channels | A regular-expression or comma-separated list of channels that should display titles for URLs. | `.*` general.show_url_titles | If set to a true value, PBot will show titles for URLs. | 1 general.show_url_titles_ignore_channels | A regular-expression or comma-separated list of channels that will not display titles for URLs. | +general.strictnamespace | When enabled, factoids belonging to other channels will not show up in current channels unless specifically invoked. general.trigger | The trigger character(s) or text that will invoke PBot commands. | [!] interpreter.max_recursion | The maximum number of recursions allowed before the command interpreter will abort. | 100 irc.botnick | The IRC nickname of this PBot instance. |