From e793bf781275ef394a91b706cba5d43438295a9d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Dec 2004 06:28:21 +0000 Subject: [PATCH] Better answer. --- docs/FAQ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/FAQ b/docs/FAQ index c456c1d7e..c26bfe657 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -182,7 +182,10 @@ Q: My bot can't handle nicks with brackets in them! It always A: You should quote arguments (using double quotes, like this: "foo[bar]") that have brackets in them that you don't wish to be evaluated as nested commands. Otherwise, you can turn off nested - commands by setting supybot.commands.nested to False. + commands by setting supybot.commands.nested to False, or change + the brackets that nest commands, by setting + supybot.commands.nested.brackets to some other value (like <>, + which can't occur in IRC nicks). Q: I've edited my configuration file, but my Supybot doesn't notice