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.