From 80b26c013da57c08f6ab53cda63ed46ea051c2c4 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Sun, 6 Mar 2022 12:30:02 +0100 Subject: [PATCH] Fix typo in conf.py (#1501) Fixed typo that lead to a wrong variable name being pointed out --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index f8864d57c..e2329827d 100644 --- a/src/conf.py +++ b/src/conf.py @@ -1454,7 +1454,7 @@ registerGlobalValue(supybot, 'externalIP', empty string, the bot will attempt to find out its IP dynamically (though 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.protocols.irc.vhostv6 to set the IRC bind host, and supybot.servers.http.hosts4 / supybot.servers.http.hosts6 to set the HTTP server bind host.""")))