mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-25 12:31:04 -05:00
reword
This commit is contained in:
parent
7386ea66b3
commit
4efefe724b
12
src/conf.py
12
src/conf.py
@ -424,15 +424,13 @@ def registerNetwork(name, password='', ssl=True, sasl_username='',
|
|||||||
connecting a server (IRC, HTTP, ...) via IPv4. If empty, defaults to
|
connecting a server (IRC, HTTP, ...) via IPv4. If empty, defaults to
|
||||||
supybot.protocols.irc.vhost. It must be (or resolve to) an IP address
|
supybot.protocols.irc.vhost. It must be (or resolve to) an IP address
|
||||||
assigned to one of the network interfaces (see 'ip addr' on Linux).
|
assigned to one of the network interfaces (see 'ip addr' on Linux).
|
||||||
This may differ from the hostname visible on IRC, which is based on the
|
This may differ from the bot's public IP address, if it is behind a NAT.""")))
|
||||||
outgoing IP address or the reverse-DNS of that IP address.""")))
|
|
||||||
registerGlobalValue(network, 'vhostv6',
|
registerGlobalValue(network, 'vhostv6',
|
||||||
registry.String('', _("""Determines what vhost the bot will bind to before
|
registry.String('', _("""Determines what vhost the bot will bind to before
|
||||||
connecting a server (IRC, HTTP, ...) via IPv6. If empty, defaults to
|
connecting a server (IRC, HTTP, ...) via IPv6. If empty, defaults to
|
||||||
supybot.protocols.irc.vhostv6. It must be (or resolve to) an IP address
|
supybot.protocols.irc.vhostv6. It must be (or resolve to) an IP address
|
||||||
assigned to one of the network interfaces (see 'ip addr' on Linux).
|
assigned to one of the network interfaces (see 'ip addr' on Linux).
|
||||||
This may differ from the hostname visible on IRC, which is based on the
|
This may differ from the bot's public IP address, if it is behind a NAT.""")))
|
||||||
outgoing IP address or the reverse-DNS of that IP address.""")))
|
|
||||||
|
|
||||||
sasl = registerGroup(network, 'sasl')
|
sasl = registerGroup(network, 'sasl')
|
||||||
registerGlobalValue(sasl, 'username', registry.String(sasl_username,
|
registerGlobalValue(sasl, 'username', registry.String(sasl_username,
|
||||||
@ -1372,16 +1370,14 @@ registerGlobalValue(supybot.protocols.irc, 'vhost',
|
|||||||
connecting a server (IRC, HTTP, ...) via IPv4. It must be (or resolve to)
|
connecting a server (IRC, HTTP, ...) via IPv4. It must be (or resolve to)
|
||||||
an IP address assigned to one of the network interfaces (see 'ip addr' on
|
an IP address assigned to one of the network interfaces (see 'ip addr' on
|
||||||
Linux).
|
Linux).
|
||||||
This may differ from the hostname visible on IRC, which is based on the
|
This may differ from the bot's public IP address, if it is behind a NAT.""")))
|
||||||
outgoing IP address or the reverse-DNS of that IP address.""")))
|
|
||||||
|
|
||||||
registerGlobalValue(supybot.protocols.irc, 'vhostv6',
|
registerGlobalValue(supybot.protocols.irc, 'vhostv6',
|
||||||
registry.String('', _("""Determines what vhost the bot will bind to before
|
registry.String('', _("""Determines what vhost the bot will bind to before
|
||||||
connecting a server (IRC, HTTP, ...) via IPv6. It must be (or resolve to)
|
connecting a server (IRC, HTTP, ...) via IPv6. It must be (or resolve to)
|
||||||
an IP address assigned to one of the network interfaces (see 'ip -6 addr' on
|
an IP address assigned to one of the network interfaces (see 'ip -6 addr' on
|
||||||
Linux).
|
Linux).
|
||||||
This may differ from the hostname visible on IRC, which is based on the
|
This may differ from the bot's public IP address, if it is behind a NAT.""")))
|
||||||
outgoing IP address or the reverse-DNS of that IP address.""")))
|
|
||||||
|
|
||||||
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
|
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
|
||||||
registry.Integer(1000, _("""Determines how many old messages the bot will
|
registry.Integer(1000, _("""Determines how many old messages the bot will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user