mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-05 06:49:48 +00:00
faq: Explicitly define anchors
This commit is contained in:
43
use/faq.rst
43
use/faq.rst
@ -9,11 +9,15 @@ administrator.
|
|||||||
(For questions about plugin development, check out the
|
(For questions about plugin development, check out the
|
||||||
:ref:`Developer FAQ <user-faq>` instead.)
|
:ref:`Developer FAQ <user-faq>` instead.)
|
||||||
|
|
||||||
|
.. _user-faq-multi-servers:
|
||||||
|
|
||||||
How do I make my Supybot connect to multiple servers?
|
How do I make my Supybot connect to multiple servers?
|
||||||
=====================================================
|
=====================================================
|
||||||
|
|
||||||
Just use the `connect` command in the `Network` plugin.
|
Just use the `connect` command in the `Network` plugin.
|
||||||
|
|
||||||
|
.. _user-faq-recognize-owner:
|
||||||
|
|
||||||
Why does my bot not recognize me or tell me that I don't have the 'owner' capability?
|
Why does my bot not recognize me or tell me that I don't have the 'owner' capability?
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
|
|
||||||
@ -35,6 +39,8 @@ Why does my bot not recognize me or tell me that I don't have the 'owner' capabi
|
|||||||
For additional ways to identify to your bot, you may want to see
|
For additional ways to identify to your bot, you may want to see
|
||||||
:ref:`getting-started`.
|
:ref:`getting-started`.
|
||||||
|
|
||||||
|
.. _user-faq-hostmask:
|
||||||
|
|
||||||
What is a hostmask?
|
What is a hostmask?
|
||||||
===================
|
===================
|
||||||
|
|
||||||
@ -45,6 +51,8 @@ What is a hostmask?
|
|||||||
given to it isn't a hostmask, make sure that you have those three
|
given to it isn't a hostmask, make sure that you have those three
|
||||||
components and that they're joined in the appropriate manner.
|
components and that they're joined in the appropriate manner.
|
||||||
|
|
||||||
|
.. _user-faq-bracket-nicks:
|
||||||
|
|
||||||
My bot can't handle nicks with brackets in them!
|
My bot can't handle nicks with brackets in them!
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
@ -59,6 +67,8 @@ My bot can't handle nicks with brackets in them!
|
|||||||
`supybot.commands.nested.brackets` to some other value (like ``<>``,
|
`supybot.commands.nested.brackets` to some other value (like ``<>``,
|
||||||
which can't occur in IRC nicks).
|
which can't occur in IRC nicks).
|
||||||
|
|
||||||
|
.. _user-faq-create-command:
|
||||||
|
|
||||||
How do I create a command?
|
How do I create a command?
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
@ -89,6 +99,8 @@ How do I create a command?
|
|||||||
For the most advanced commands, you will need to
|
For the most advanced commands, you will need to
|
||||||
:ref:`write your own plugin in Python <develop-plugins>`.
|
:ref:`write your own plugin in Python <develop-plugins>`.
|
||||||
|
|
||||||
|
.. _user-faq-migrate-to-aka:
|
||||||
|
|
||||||
I loaded Alias before, how do I move to Aka?
|
I loaded Alias before, how do I move to Aka?
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
@ -96,6 +108,8 @@ I loaded Alias before, how do I move to Aka?
|
|||||||
``aka importaliasdatabase`` and ``unload Alias``. Now all your aliases
|
``aka importaliasdatabase`` and ``unload Alias``. Now all your aliases
|
||||||
should be imported to the Aka plugin.
|
should be imported to the Aka plugin.
|
||||||
|
|
||||||
|
.. _user-faq-aka-unquoted:
|
||||||
|
|
||||||
I added an aka, but it doesn't work!
|
I added an aka, but it doesn't work!
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
@ -114,6 +128,8 @@ I added an aka, but it doesn't work!
|
|||||||
The first version works; the second version will always return the
|
The first version works; the second version will always return the
|
||||||
same url.
|
same url.
|
||||||
|
|
||||||
|
.. _user-faq-lobotomized:
|
||||||
|
|
||||||
What does 'lobotomized' mean?
|
What does 'lobotomized' mean?
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
@ -131,6 +147,8 @@ What does 'lobotomized' mean?
|
|||||||
transition to Supybot from those bots by reusing as much terminology
|
transition to Supybot from those bots by reusing as much terminology
|
||||||
as possible.
|
as possible.
|
||||||
|
|
||||||
|
.. _user-faq-load-all-plugins:
|
||||||
|
|
||||||
Is there a way to load all the plugins Supybot has?
|
Is there a way to load all the plugins Supybot has?
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
@ -144,6 +162,8 @@ Is there a way to load all the plugins Supybot has?
|
|||||||
repositories and their contents, and the ``install`` command installs
|
repositories and their contents, and the ``install`` command installs
|
||||||
plugins.
|
plugins.
|
||||||
|
|
||||||
|
.. _user-faq-list-required-capabilities:
|
||||||
|
|
||||||
Is there a command that can tell me what capability another command requires?
|
Is there a command that can tell me what capability another command requires?
|
||||||
=============================================================================
|
=============================================================================
|
||||||
|
|
||||||
@ -157,6 +177,8 @@ Is there a command that can tell me what capability another command requires?
|
|||||||
we're anal and we hate doing things halfway, we probably won't ever
|
we're anal and we hate doing things halfway, we probably won't ever
|
||||||
add this partial solution.
|
add this partial solution.
|
||||||
|
|
||||||
|
.. _user-faq-karma-not-working:
|
||||||
|
|
||||||
Why doesn't `Karma` seem to work for me?
|
Why doesn't `Karma` seem to work for me?
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
@ -166,6 +188,8 @@ Why doesn't `Karma` seem to work for me?
|
|||||||
acknowledge karma updates, change the `supybot.plugins.Karma.response`
|
acknowledge karma updates, change the `supybot.plugins.Karma.response`
|
||||||
configuration variable to "True".
|
configuration variable to "True".
|
||||||
|
|
||||||
|
.. _user-faq-ignore-private-message:
|
||||||
|
|
||||||
Why won't Supybot respond to private messages?
|
Why won't Supybot respond to private messages?
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
@ -181,6 +205,8 @@ Why won't Supybot respond to private messages?
|
|||||||
* or: you have registered your Supybot with NickServ, you aren't
|
* or: you have registered your Supybot with NickServ, you aren't
|
||||||
registered, and your Supybot has the +R user mode set.
|
registered, and your Supybot has the +R user mode set.
|
||||||
|
|
||||||
|
.. _user-faq-admin-change-config:
|
||||||
|
|
||||||
Can users with the admin capability change the configuration?
|
Can users with the admin capability change the configuration?
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
@ -189,12 +215,15 @@ Can users with the admin capability change the configuration?
|
|||||||
instead of the `owner` capability, and if we agree with you, we'll
|
instead of the `owner` capability, and if we agree with you, we'll
|
||||||
change it for the next release.
|
change it for the next release.
|
||||||
|
|
||||||
|
.. _user-faq-log-channel:
|
||||||
|
|
||||||
How can I make my Supybot log my IRC channel?
|
How can I make my Supybot log my IRC channel?
|
||||||
=============================================
|
=============================================
|
||||||
|
|
||||||
To log all the channels your Supybot is in, simply load the
|
To log all the channels your Supybot is in, simply load the
|
||||||
`ChannelLogger` plugin, which is included in the main distribution.
|
`ChannelLogger` plugin, which is included in the main distribution.
|
||||||
|
|
||||||
|
.. _user-faq-irc-proxy:
|
||||||
|
|
||||||
Can Supybot connect through a proxy server?
|
Can Supybot connect through a proxy server?
|
||||||
===========================================
|
===========================================
|
||||||
@ -208,6 +237,8 @@ Can Supybot connect through a proxy server?
|
|||||||
that are designed to proxy-enable all network applications, and Supybot
|
that are designed to proxy-enable all network applications, and Supybot
|
||||||
does work with these.
|
does work with these.
|
||||||
|
|
||||||
|
.. _user-faq-cannot-find-plugin:
|
||||||
|
|
||||||
Why can't Supybot find the plugin I want to load?
|
Why can't Supybot find the plugin I want to load?
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
@ -222,11 +253,15 @@ Why can't Supybot find the plugin I want to load?
|
|||||||
directories for plugins instead of a single file. Apparently, that
|
directories for plugins instead of a single file. Apparently, that
|
||||||
makes a difference to Python.
|
makes a difference to Python.
|
||||||
|
|
||||||
|
.. _user-faq-report-bug:
|
||||||
|
|
||||||
I've found a bug, what do I do?
|
I've found a bug, what do I do?
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Submit your bug at our `issue tracker`_.
|
Submit your bug at our `issue tracker`_.
|
||||||
|
|
||||||
|
.. _user-faq-python-installed:
|
||||||
|
|
||||||
Is Python installed?
|
Is Python installed?
|
||||||
====================
|
====================
|
||||||
|
|
||||||
@ -242,6 +277,8 @@ Is Python installed?
|
|||||||
probably already have it installed. If it doesn't, well, now you have
|
probably already have it installed. If it doesn't, well, now you have
|
||||||
Python installed.
|
Python installed.
|
||||||
|
|
||||||
|
.. _user-faq-snarf-titles:
|
||||||
|
|
||||||
How can I make the bot announce titles of URLs (links) posted in channels
|
How can I make the bot announce titles of URLs (links) posted in channels
|
||||||
=========================================================================
|
=========================================================================
|
||||||
|
|
||||||
@ -254,6 +291,8 @@ If you only want it for some channels but not all, use this instead of the last
|
|||||||
|
|
||||||
config channel #channel supybot.plugins.Web.titleSnarfer True
|
config channel #channel supybot.plugins.Web.titleSnarfer True
|
||||||
|
|
||||||
|
.. _user-faq-title-snarfer-ignoring-website:
|
||||||
|
|
||||||
Why doesn't the title snarfer announce links from a particular website (eg. Youtube)?
|
Why doesn't the title snarfer announce links from a particular website (eg. Youtube)?
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
|
|
||||||
@ -270,6 +309,7 @@ This will make it fetch 32kB from every link, instead of the default 8kB.
|
|||||||
This should be enough for Youtube for now. If not enough for other websites,
|
This should be enough for Youtube for now. If not enough for other websites,
|
||||||
try increasing it further.
|
try increasing it further.
|
||||||
|
|
||||||
|
.. _user-faq-make-silent:
|
||||||
|
|
||||||
Can I make Supybot silent, but still working on channel (as titlesnarfer or something)?
|
Can I make Supybot silent, but still working on channel (as titlesnarfer or something)?
|
||||||
=======================================================================================
|
=======================================================================================
|
||||||
@ -294,6 +334,9 @@ Or just for one channel::
|
|||||||
config channel #channel supybot.reply.whenAddressedBy.nick False
|
config channel #channel supybot.reply.whenAddressedBy.nick False
|
||||||
config channel #channel supybot.reply.whenAddressedBy.nick.atEnd False
|
config channel #channel supybot.reply.whenAddressedBy.nick.atEnd False
|
||||||
|
|
||||||
|
.. _user-faq-make-connection-secure:
|
||||||
|
.. _how-to-make-a-connection-secure:
|
||||||
|
|
||||||
How to make a connection secure?
|
How to make a connection secure?
|
||||||
================================
|
================================
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user