diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-04 21:17:10 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-05-04 21:17:10 +0000 |
commit | 113013274fb3b4ff32b442729e0ebb47aa747138 (patch) | |
tree | 56c5d466bd5c79f6f0e0eee39795761d7ef9e5a6 /doc | |
parent | 59c851e2f4bb85fb1b00f59903950703ac3c48bd (diff) |
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel
that has this mode set
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1938 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/modes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/modes.txt b/doc/modes.txt index 6902948..59c56b0 100644 --- a/doc/modes.txt +++ b/doc/modes.txt @@ -40,6 +40,7 @@ User Modes: Channel Modes: +b - ban - Channel ban on nick!user@host ++c - noctrls - Prevent users from sending messages containing control codes to the channel +e - exempt - Exemption from bans +I - invex - Invite exceptions, nick!user@host does not need to be explicitly INVITE'd into the channel before being able |