From 52fc709074c91e504b0889787b9b7780da3f7daa Mon Sep 17 00:00:00 2001 From: codemastr Date: Sat, 29 Jan 2005 17:36:07 +0000 Subject: [PATCH] Corrected the help.conf documentation for /invite --- Changes | 1 + help.conf | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 09a8bb0bd..94d304119 100644 --- a/Changes +++ b/Changes @@ -559,3 +559,4 @@ channel (#0002044) suggested by medice. - Updated help.conf's +f documentation for the new syntax - Fixed some problems with the /stats help and documentation (#0002299) reported by Rocko. +- Corrected the help.conf documentation for /invite (#0002306) reported by White_Magic. diff --git a/help.conf b/help.conf index 6741a1f13..9e448bfc6 100644 --- a/help.conf +++ b/help.conf @@ -518,9 +518,10 @@ help Topic { help Invite { " Sends a user an Invitation to join a particular channel."; - " You must be an Operator on the channel in order to"; - " invite a user into it. Invite without parameters lists the"; - " channels you have been invited to."; + " If the channel is +i, you must be an Operator to use this"; + " command, otherwise any user may use the command."; + " Invite without parameters lists the channels you have been"; + " invited to."; " -"; " Syntax: INVITE [ ]"; " Example: INVITE hAtbLaDe #Support";