From cc06c9f5f0da75417fca43782db42fa738fb75a7 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 29 Oct 2017 16:13:53 -0700 Subject: [PATCH] conf: mention that externalIP is not used by Limnoria core Closes #1311. --- src/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index 80f1dc6a5..76c4fab4c 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1284,7 +1284,11 @@ registerGlobalValue(supybot, 'defaultIgnore', registerGlobalValue(supybot, 'externalIP', IP('', _("""A string that is the external IP of the bot. If this is the empty string, the bot will attempt to find out its IP dynamically (though - sometimes that doesn't work, hence this variable)."""))) + sometimes that doesn't work, hence this variable). This variable is not used + by Limnoria and its built-in plugins: see supybot.protocols.irc.vhost / + supybot.protocols.irc.vhost6 to set the IRC bind host, and + supybot.servers.http.hosts4 / supybot.servers.http.hosts6 to set the HTTP + server bind host."""))) class SocketTimeout(registry.PositiveInteger): """Value must be an integer greater than supybot.drivers.poll and must be