Fix help text of supybot.commands.nested.

This commit is contained in:
Valentin Lorentz 2014-08-14 19:41:35 +02:00
parent 3158c865b3
commit 9323c805a2
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ class ValidBrackets(registry.OnlySomeStrings):
registerChannelValue(supybot.commands.nested, 'brackets',
ValidBrackets('[]', _("""Supybot allows you to specify what brackets
are used for your nested commands. Valid sets of brackets include
[], <>, and {} (). [] has strong historical motivation, but <> or
[], <>, {}, and (). [] has strong historical motivation, but <> or
() might be slightly superior because they cannot occur in a nick.
If this string is empty, nested commands will not be allowed in this
channel.""")))