From 9323c805a227e8e100e466f04f7c066ba7eea0ba Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 14 Aug 2014 19:41:35 +0200 Subject: [PATCH] Fix help text of supybot.commands.nested. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index e4cd9c40e..bfd39a586 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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.""")))