From 0ff919b0f7f3f4a2b34507c60570861170a8ba29 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 11 Nov 2004 15:22:34 +0000 Subject: [PATCH] Added an FAQ for nicks with brackets in them. --- docs/FAQ | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/FAQ b/docs/FAQ index 3fa4d7f77..c456c1d7e 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -175,6 +175,16 @@ Q: How do I make my Supybot connect to multiple servers? A: Just use the "connect" command in the Network plugin. Easy as pie! +Q: My bot can't handle nicks with brackets in them! It always + complains about something not being a valid command, or about + spurious or missing right brackets, etc. + +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. + + Q: I've edited my configuration file, but my Supybot doesn't notice the changes! Even if I restart it, it doesn't see them. What's the deal?