1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 06:06:38 +02:00

Corrected the help.conf documentation for /invite

This commit is contained in:
codemastr
2005-01-29 17:36:07 +00:00
parent a86c75bfb4
commit 52fc709074
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -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.
+4 -3
View File
@@ -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 [<user> <channel>]";
" Example: INVITE hAtbLaDe #Support";