mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Fix typoes in core.
This commit is contained in:
parent
418d1b921f
commit
977f3f5110
@ -341,7 +341,7 @@ def getIsGranted(irc, msg, args, state, action=_('do that')):
|
|||||||
if not irc.state.channels[state.channel].isOp(irc.nick) and \
|
if not irc.state.channels[state.channel].isOp(irc.nick) and \
|
||||||
not irc.state.channels[state.channel].isHalfop(irc.nick):
|
not irc.state.channels[state.channel].isHalfop(irc.nick):
|
||||||
# isOp includes owners and protected users
|
# isOp includes owners and protected users
|
||||||
state.error(_('I need to be at least halfopped to %s.') % action,
|
state.error(_('I need to be at least halfopped to %s.') % action,
|
||||||
Raise=True)
|
Raise=True)
|
||||||
|
|
||||||
def validChannel(irc, msg, args, state):
|
def validChannel(irc, msg, args, state):
|
||||||
|
@ -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