From c6b501897e99252cc19abd7128e831452241bea9 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Apr 2023 11:44:20 -0700 Subject: [PATCH] Reword feature support notes about Supybot and Gribble Neither of those are active anymore, so we shouldn't expect them to ever merge the new code really. --- develop/advanced_plugin_config.rst | 4 ++-- develop/httpserver.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/advanced_plugin_config.rst b/develop/advanced_plugin_config.rst index f234fc6..9fc8209 100644 --- a/develop/advanced_plugin_config.rst +++ b/develop/advanced_plugin_config.rst @@ -448,8 +448,8 @@ Configuration hooks =================== .. note:: - Until stock Supybot or Gribble merge this feature, this section - only applies to Limnoria. + This feature is specific to Limnoria and not available in stock Supybot + or Gribble. It is possible to get a function called when a configuration variable is changed. While this is usually not useful (you get the value whenever you diff --git a/develop/httpserver.rst b/develop/httpserver.rst index 860a259..ead7bf3 100644 --- a/develop/httpserver.rst +++ b/develop/httpserver.rst @@ -8,8 +8,8 @@ Introduction ============ .. note:: - Until stock Supybot or Gribble merge the HTTP server, this documentation - only applies to Limnoria. + This feature is specific to Limnoria and not available in stock Supybot + or Gribble. Limnoria provides an HTTP server to plugins. This is not relevant for most plugins, but some of them have to start a server (either for serving a website