mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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 \
|
||||
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):
|
||||
|
@ -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',
|
||||
|
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user