mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
src/conf.py: Remove unicode characters from the source code.
This commit is contained in:
parent
4f7caa78e4
commit
2601f33b19
@ -1055,11 +1055,11 @@ registerGlobalValue(supybot.protocols.irc, 'umodes',
|
||||
|
||||
registerGlobalValue(supybot.protocols.irc, 'vhost',
|
||||
registry.String('', _("""Determines what vhost the bot will bind to before
|
||||
connecting a server (IRC, HTTP, …) via IPv4.""")))
|
||||
connecting a server (IRC, HTTP, ...) via IPv4.""")))
|
||||
|
||||
registerGlobalValue(supybot.protocols.irc, 'vhostv6',
|
||||
registry.String('', _("""Determines what vhost the bot will bind to before
|
||||
connecting a server (IRC, HTTP, …) via IPv6.""")))
|
||||
connecting a server (IRC, HTTP, ...) via IPv6.""")))
|
||||
|
||||
registerGlobalValue(supybot.protocols.irc, 'maxHistoryLength',
|
||||
registry.Integer(1000, _("""Determines how many old messages the bot will
|
||||
|
Loading…
Reference in New Issue
Block a user