diff options
author | mathieui <mathieui@mathieui.net> | 2015-07-23 00:37:19 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2015-07-23 00:37:52 +0200 |
commit | 3557c834f9c5817b599e28651e1eab82cdc5491d (patch) | |
tree | d91354be2e00e1bb0cce190fb96a422cf7d682ec | |
parent | ce854e1712672250b0a498954c326c8bd531e004 (diff) | |
download | poezio-3557c834f9c5817b599e28651e1eab82cdc5491d.tar.gz poezio-3557c834f9c5817b599e28651e1eab82cdc5491d.tar.bz2 poezio-3557c834f9c5817b599e28651e1eab82cdc5491d.tar.xz poezio-3557c834f9c5817b599e28651e1eab82cdc5491d.zip |
Stress that the configuration file is the core of the irc plugin
Hopefully making it clearer
-rw-r--r-- | plugins/irc.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/irc.py b/plugins/irc.py index e4c98705..fe172481 100644 --- a/plugins/irc.py +++ b/plugins/irc.py @@ -11,6 +11,9 @@ XMPP rooms. 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 ~~~~~~~~~~~~~~~~~~~~ .. glossary:: @@ -98,7 +101,7 @@ Commands server as the current tab (can be a private conversation or a chatroom). Doing `/irc_query foo "hello there"` when the current 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 ~~~~~~~~~~~~~~~~~~~~~ |