Fix typoes in core.

This commit is contained in:
skizzhg 2012-04-23 21:55:21 +02:00 committed by Valentin Lorentz
parent 418d1b921f
commit 977f3f5110
3 changed files with 4 additions and 4 deletions

View File

@ -341,7 +341,7 @@ def getIsGranted(irc, msg, args, state, action=_('do that')):
if not irc.state.channels[state.channel].isOp(irc.nick) and \
not irc.state.channels[state.channel].isHalfop(irc.nick):
# 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)
def validChannel(irc, msg, args, state):

View File

@ -443,7 +443,7 @@ registerChannelValue(supybot, 'alwaysJoinOnInvite',
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
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',
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
bind.""")))
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
start even if it is not used.""")))
registerGlobalValue(supybot.servers.http, 'robots',

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
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)'