Stress that the configuration file is the core of the irc plugin
Hopefully making it clearer
This commit is contained in:
parent
ce854e1712
commit
3557c834f9
1 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,9 @@ XMPP rooms.
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Every feature of this plugin is centered around its :ref:`configuration file <plugin-configuration>`,
|
||||||
|
so you have to make sure it is filled properly.
|
||||||
|
|
||||||
Global configuration
|
Global configuration
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
.. glossary::
|
.. glossary::
|
||||||
|
@ -98,7 +101,7 @@ Commands
|
||||||
server as the current tab (can be a private conversation or a
|
server as the current tab (can be a private conversation or a
|
||||||
chatroom). Doing `/irc_query foo "hello there"` when the current
|
chatroom). Doing `/irc_query foo "hello there"` when the current
|
||||||
tab is #foo%irc.example.com@biboumi.example.com is equivalent to
|
tab is #foo%irc.example.com@biboumi.example.com is equivalent to
|
||||||
`/message foo!irc.example.com@biboumi.example.com "hello there"`
|
``/message foo!irc.example.com@biboumi.example.com "hello there"``
|
||||||
|
|
||||||
Example configuration
|
Example configuration
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in a new issue