1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-07 13:17:55 +00:00

Implement channel mode 'V' (invite disallow)

If the new channel mode "V" is set, the INVITE command becomes invalid
and all clients get the new ERR_NOINVITE_MSG(518) reply.

Unreal and InspIRCd uses this mode, too.

This closes bug #143.
This commit is contained in:
DNS777
2012-10-06 20:49:35 +02:00
committed by Alexander Barton
parent 23b07bdf50
commit de453d71cb
5 changed files with 10 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ users to lists (e.g. "invite list", "ban list"), others have parameters
R 19 Only registered users are allowed to join this channel.
s 0.9.0 Channel is "secret".
t 0.3.0 Only ChanOps are allowed to modify the channel topic.
V 20 Channel doesn't allow invites.
z 16 Only users connected via SSL are allowed to join the channel.
III. Channel User Modes