diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-07-21 18:49:26 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-07-21 18:49:26 +0200 |
commit | 68b40354cf6610f00248a2b912df5026b69bf722 (patch) | |
tree | a5edadb18b340d19e27be694df2f00759be1123e /plugins/irc.py | |
parent | 1f47557e982b8153df46c1b23e83dbdc7037fcce (diff) | |
download | poezio-68b40354cf6610f00248a2b912df5026b69bf722.tar.gz poezio-68b40354cf6610f00248a2b912df5026b69bf722.tar.bz2 poezio-68b40354cf6610f00248a2b912df5026b69bf722.tar.xz poezio-68b40354cf6610f00248a2b912df5026b69bf722.zip |
Confusing wording in IRC doc
Diffstat (limited to 'plugins/irc.py')
-rw-r--r-- | plugins/irc.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/irc.py b/plugins/irc.py index 065b1e62..e4c98705 100644 --- a/plugins/irc.py +++ b/plugins/irc.py @@ -25,10 +25,11 @@ Global configuration initial_connect **Default:** ``true`` - If you want to join all the rooms and try to authenticate with - nickserv when the plugin gets loaded. If ``false``, you will have - to use the :term:`/irc_login` command to authenticate, and the - :term:`/irc_join` command to join preconfigured rooms. + Set to ``true`` if you want to join all the rooms and try to + authenticate with nickserv when the plugin gets loaded. If it set to + ``false``, you will have to use the :term:`/irc_login` command to + authenticate, and the :term:`/irc_join` command to join + preconfigured rooms. .. note:: There is no nickname option because the default from poezio will be used. |