Vantage Modes
KreyNet uses vantage as it’s server software. This is custom software, which has specific user and channel modes that differ from other irc networks. This page specifies the modes we support
Channel Modes
- +t - Topic protection. Only chan ops can change the topic.
- +s - Secret channel. Does not show up in channel list results.
- +p - Private channel. Users cannot join without an invite.
- +m - Moderated chat. Only chan ops and voiced users can send messages.
- +n - No messages to channel from outside users.
- +i - Invite-only channel. Users must be invited to join.
- +k - Set channel key (password). Users must provide key to join.
- +l - Set user limit for channel.
- +b - Ban mask. Prevent specified users from joining channel.
- +v - Voice. Gives users channel voice privileges.
- +o - Chan op. Gives users channel operator privileges.
- +e - Exception. Allows specific users to join the channel even when banned
- +I - Invite. Allows specific users to join the channel without an invite
- +q - Quiet channel (Restricted use)
- +a - anonymous users (Restricted use)
- +r - reop users if nobody has ops
- +c - do not allow colors from non-ops users
- +C - do not allow colors from non-ops, non-voice users. If +c is also set, do not allow colors at all
The modes +e +I +b require a mask as a parameter, which is in the format nick!userinfo@hostname. all 3 positions can use * as a wildcard. The hostname will match the IP addres, the hostname and the masked hostname.
User Modes
- +i - Invisible. Hides user from user lists.
- +w - Receive server wallops. Receive messages from IRC ops.
- +r - Restricted. Limits some user functions. (You cannot unset this flag)
- +a - Away. Marks user as away.
- +l - Logged in. You are logged in to K. (You cannot set this flag yourself)
- +e - do not allow users that do not share a channel with you to send you private messages
- +n - do not accept any private messages
- +s - Secure connection, you’re connected using SSL/TLS. (You cannot set this flag yourself)
There are a few more usermodes but they are not useable by regular users.