mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
conf: mention that externalIP is not used by Limnoria core
Closes #1311.
This commit is contained in:
parent
e08a393960
commit
cc06c9f5f0
@ -1284,7 +1284,11 @@ registerGlobalValue(supybot, 'defaultIgnore',
|
|||||||
registerGlobalValue(supybot, 'externalIP',
|
registerGlobalValue(supybot, 'externalIP',
|
||||||
IP('', _("""A string that is the external IP of the bot. If this is the
|
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
|
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):
|
class SocketTimeout(registry.PositiveInteger):
|
||||||
"""Value must be an integer greater than supybot.drivers.poll and must be
|
"""Value must be an integer greater than supybot.drivers.poll and must be
|
||||||
|
Loading…
Reference in New Issue
Block a user