|
| 1 | +# IRC Operational Notes |
| 2 | + |
| 3 | +The Rust Embedded Working Group uses the following IRC Channel for communication: |
| 4 | +- Network: `irc.mozilla.org` |
| 5 | +- Channel: `#rust-embedded` |
| 6 | + |
| 7 | +This document concerns the organization of this channel. We adopted the hierarchy as follows in the rest of this document. |
| 8 | + |
| 9 | +### Channel Owner |
| 10 | + |
| 11 | +IRC user mode: `+q` |
| 12 | + |
| 13 | +Rights: |
| 14 | + - Modify the list of admins, operators, half-operators, and voices. |
| 15 | + - Modify the topic of the channel. |
| 16 | + - Can mute the channel with `+m` channel mode. |
| 17 | + - Grant operator, half-operator and voice rights. |
| 18 | + - Invite bots into the channel. |
| 19 | + - Kick and ban users in violation of the channel rules or the Code of Conduct. |
| 20 | + - Speak when the channel is muted. |
| 21 | + |
| 22 | +The channel owner for the Embedded WG's IRC channel shall be the leader of the Working Group (currently @japaric). |
| 23 | + |
| 24 | +### Channel Operator |
| 25 | + |
| 26 | +IRC user mode: `+o` |
| 27 | + |
| 28 | +Rights: |
| 29 | + - Modify the list of half-operators and voices. |
| 30 | + - Modify the topic of the channel. |
| 31 | + - Can mute the channel with `+m` channel mode. |
| 32 | + - Grant half-operator and voice rights. |
| 33 | + - Invite bots into the channel. |
| 34 | + - Kick and ban users in violation of the channel rules or the Code of Conduct. |
| 35 | + - Speak when the channel is muted. |
| 36 | + |
| 37 | +The channel operators should people who are maintaining projects under the umbrella of the `rust-embedded` organization. |
| 38 | + |
| 39 | +### Channel Half Operator |
| 40 | + |
| 41 | +IRC user mode: `+h` |
| 42 | + |
| 43 | +Rights: |
| 44 | + - Grant voice rights to users. |
| 45 | + - Kick and ban users in violation of the channel rules or the Code of Conduct. |
| 46 | + - Modify the topic of the channel. |
| 47 | + - Speak when the channel is muted. |
| 48 | + |
| 49 | +The channel's half-operators should be the members of the Triage team and esteemed contributors to the projects maintained under the `rust-embedded` organization. The decision as to who is an 'estemeed' contribution to a project is left to the discretion of each project maintainer. |
| 50 | + |
| 51 | +### Channel Voice |
| 52 | + |
| 53 | +IRC user mode: `+v` |
| 54 | + |
| 55 | +Rights: |
| 56 | + - Speak when the channel is muted |
| 57 | + |
| 58 | +The voice right is granted to volunteers and contributors of the WG at the discretion of project maintainers. |
0 commit comments