From 88cde4e8a6278c44048c4f454471d3aac724f9b7 Mon Sep 17 00:00:00 2001 From: Shane Synan Date: Mon, 8 Aug 2016 15:13:22 -0400 Subject: help: Fix missing spaces due to genhelp parsing Add manual spaces to fix genhelp.py leaving out the space after tags when immediately followed by a new-line. Real fix may lie somewhere in the depths of the NORMALIZE_RE reg-ex. --- doc/user-guide/commands.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 435115fe..2f167948 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1508,14 +1508,14 @@ Comma-separated list of statuses of users you want in the channel, and any modes they should have. The following statuses are currently recognised: online (i.e. available, not - away), special (specific to the protocol), + away), special (specific to the protocol), away, and offline. If a status is followed by a valid channel mode character (@, % or +), it will be given to users with that status. - For example, online@,special%,away+,offline + For example, online@,special%,away+,offline will show all users in the channel. Online people will have +o, people who are online but away will have +v, and others will have no special modes. -- cgit v1.2.3