ircdocs / irc-defs

More up-to-date IRC Definition Lists
http://defs.ircdocs.horse/
Creative Commons Zero v1.0 Universal
61 stars 19 forks source link

[chanmembers] List multiple prefixes explicitly #6

Open DanielOaks opened 8 years ago

DanielOaks commented 8 years ago

We should list multiple prefixes in the chanmembers list explicitly, as discussed in #5.

ie, YAML:

- ['a', '&']
- ['a', '!']

...

- ['q', '~']
- ['y', '~']

HTML, with all the modes listed in the same row as the name, just on new lines (blame Github markdown for them being in separate rows):

Name Mode
PROTECTED (a)&
(a)!
OWNER (q)~
(y)~

Similar to how they're displayed in the PREFIX token on ISUPPORT.

DanielOaks commented 5 years ago

ping