1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 13:43:13 +02:00

Added the new /invite syntax to help.conf

This commit is contained in:
codemastr
2004-11-25 19:17:48 +00:00
parent a11e6df64b
commit 45cee8f2bd
+4 -2
View File
@@ -480,10 +480,12 @@ 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 a user into it. Invite without parameters lists the";
" channels you have been invited to.";
" -";
" Syntax: INVITE <user> <channel>";
" Syntax: INVITE [<user> <channel>]";
" Example: INVITE hAtbLaDe #Support";
" Example: INVITE";
};
help Kick {