mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 18:52:45 +01:00
Added an FAQ for nicks with brackets in them.
This commit is contained in:
parent
4ce65826a1
commit
0ff919b0f7
10
docs/FAQ
10
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?
|
||||
|
Loading…
Reference in New Issue
Block a user