From 3557c834f9c5817b599e28651e1eab82cdc5491d Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 23 Jul 2015 00:37:19 +0200 Subject: Stress that the configuration file is the core of the irc plugin Hopefully making it clearer --- plugins/irc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins') 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 `, +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 ~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3