Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfc2811 channel modes #3

Open
2 of 17 tasks
heyitsanthony opened this issue Oct 20, 2017 · 1 comment
Open
2 of 17 tasks

rfc2811 channel modes #3

heyitsanthony opened this issue Oct 20, 2017 · 1 comment

Comments

@heyitsanthony
Copy link
Owner

heyitsanthony commented Oct 20, 2017

  • O - give "channel creator" status;

  • o - give/take channel operator privilege;

  • v - give/take the voice privilege;

  • a - toggle the anonymous channel flag;

  • i - toggle the invite-only channel flag;

  • m - toggle the moderated channel;

  • n - toggle the no messages to channel from clients on the outside;

  • q - toggle the quiet channel flag;

  • p - toggle the private channel flag;

  • s - toggle the secret channel flag;

  • r - toggle the server reop channel flag;

  • t - toggle the topic settable by channel operator only flag;

  • k - set/remove the channel key (password);

  • l - set/remove the user limit to channel;

  • b - set/remove ban mask to keep users out;

  • e - set/remove an exception mask to override a ban mask;

  • I - set/remove an invitation mask to automatically override the invite-only flag;

@ghost
Copy link

ghost commented Nov 19, 2017

You may want to observe how actual IRCds in the wild behave. The channel creator status -- even the entire !channel thing -- just generall does not exist nowadays.

  • +a is an extreme rarity and usually instead used to denote channel admin (prefix &, usually used in combination with +q/~ for owner).
  • +q is similarly unused nowadays or rather got repurposed for another channel user status.
  • +r is usually used to denote channel registration with services instead. Due to !channels not existing, it's fairly whatever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant