mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Fix typoes in core.
This commit is contained in:
parent
418d1b921f
commit
977f3f5110
@ -443,7 +443,7 @@ registerChannelValue(supybot, 'alwaysJoinOnInvite',
|
|||||||
registry.Boolean(False, _("""Determines whether the bot will always join a
|
registry.Boolean(False, _("""Determines whether the bot will always join a
|
||||||
channel when it's invited. If this value is False, the bot will only join
|
channel when it's invited. If this value is False, the bot will only join
|
||||||
a channel if the user inviting it has the 'admin' capability (or if it's
|
a channel if the user inviting it has the 'admin' capability (or if it's
|
||||||
explicitly told to join the channel using the Admin.join command)""")))
|
explicitly told to join the channel using the Admin.join command).""")))
|
||||||
|
|
||||||
registerChannelValue(supybot.reply, 'showSimpleSyntax',
|
registerChannelValue(supybot.reply, 'showSimpleSyntax',
|
||||||
registry.Boolean(False, _("""Supybot normally replies with the full help
|
registry.Boolean(False, _("""Supybot normally replies with the full help
|
||||||
@ -1085,7 +1085,7 @@ registerGlobalValue(supybot.servers.http, 'port',
|
|||||||
registry.Integer(8080, _("""Determines what port the HTTP server will
|
registry.Integer(8080, _("""Determines what port the HTTP server will
|
||||||
bind.""")))
|
bind.""")))
|
||||||
registerGlobalValue(supybot.servers.http, 'keepAlive',
|
registerGlobalValue(supybot.servers.http, 'keepAlive',
|
||||||
registry.Boolean(False, _("""Determiness whether the server will stay
|
registry.Boolean(False, _("""Determines whether the server will stay
|
||||||
alive if no plugin is using it. This also means that the server will
|
alive if no plugin is using it. This also means that the server will
|
||||||
start even if it is not used.""")))
|
start even if it is not used.""")))
|
||||||
registerGlobalValue(supybot.servers.http, 'robots',
|
registerGlobalValue(supybot.servers.http, 'robots',
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
"""stick the various versioning attributes in here, so we only have to change
|
"""stick the various versioning attributes in here, so we only have to change
|
||||||
them once."""
|
them once."""
|
||||||
version = '0.83.4.1+limnoria (2012-04-23T19:52:02+0000)'
|
version = '0.83.4.1+limnoria (2012-04-23T19:55:21+0000)'
|
||||||
|
Loading…
Reference in New Issue
Block a user