Possible channel modes.
Member Name | Description |
---|---|
ChannelCreator | The mode 'O' is only used in conjunction with "safe channels" and SHALL NOT be manipulated by users. Servers use it to give the user creating the channel the status of "channel creator". |
ChannelOperator | The mode 'o' is used to toggle the operator status of a channel member. Should include a nick or user mask parameter. |
HalfChannelOperator | The mode 'h' is used to toggle the non-standard but common half-operator status of a channel member. Should include a nick or user mask parameter. |
Voice | The mode 'v' is used to give and take voice privilege to/from a channel member. Users with this privilege can talk on moderated channels. Should include a nick or user mask parameter. |
Anonymous | The channel flag 'a' defines an anonymous channel. This means that when a message sent to the channel is sent by the server to users, and the origin is a user, then it MUST be masked. No param required. |
InviteOnly | When the channel flag 'i' is set, new members are only accepted if their mask matches Invite-list or they have been invited by a channel operator. This flag also restricts the usage of the INVITE command to channel operators. No param required. |
Moderated | The channel flag 'm' is used to control who may speak on a channel. When it is set, only channel operators, and members who have been given the voice privilege may send messages to the channel. No param required. |
NoOutside | When the channel flag 'n' is set, only channel members MAY send messages to the channel. No param required |
Quiet | The channel flag 'q' is for use by servers only. When set, it restricts the type of data sent to users about the channel operations: other user joins, parts and nick changes are not sent. From a user's point of view, the channel contains only one user. |
Private | The channel flag 'p' is used to mark a channel "private" and the channel flag 's' to mark a channel "secret". Both properties are similar and conceal the existence of the channel from other users. No param required. |
Secret | When a channel is "secret", in addition to the restrictions of Private, the server will act as if the channel does not exist for queries like the TOPIC, LIST, NAMES commands. Note that there is one exception to this rule: servers will correctly reply to the MODE command. Finally, secret channels are not accounted for in the reply to the LUSERS command when the mask parameter is specified. No param required. |
ServerReop | The channel flag 'r' is only available on channels which name begins with the character '!' and MAY only be toggled by the "channel creator". No param required. |
TopicSettable | The channel flag 't' is used to restrict the usage of the TOPIC command to channel operators. No param required. |
Password | When a channel key is set (by using the mode 'k'), servers MUST reject their local users request to join the channel unless this key is given. Param is the channel password. |
UserLimit | A user limit may be set on channels by using the channel flag 'l'. When the limit is reached, servers MUST forbid their local users to join the channel. Param is a whole number indicating the max number of users. |
Ban | When a user requests to join a channel, his local server checks if the user's address matches any of the ban masks set for the channel. If a match is found, the user request is denied unless the address also matches an exception mask set for the channel. Param is a nick or user mask. |
Exception | An error ocurred. |
Invitation | For channels which have the invite-only flag set, users whose address matches an invitation mask set for the channel are allowed to join the channel without any invitation. Param is a nick or user mask. |
Namespace: Sharkbite.Irc
Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)