display admin id with command notifications
value
On a Signalboost channel with multiple admins, it is often confusing which admins are doing what on the channel!
Once we have admin ID's, it will be nice to have greater transparency around which admins alter the behavior of the channel.
behavior
- GIVEN a channel with 4 admins
- WHEN ADMIN 4 changes some behavior on the channel
- THEN all of the admins receive a notification:
[x] admin added
[NOTIFICATION]
ADMIN 4 added ADMIN 5.
command response?
[x] admin removed
[NOTIFICATION]
ADMIN 4 removed ADMIN 1.
[x] hotline on / off
[NOTIFICATION]
ADMIN 4 turned the hotline on.
[x] vouching on/admin
[NOTIFICATION]
`ADMIN 4 turned vouching on.
This means an invite from an existing member is required to join this channel.
Anyone can send an invite by sending INVITE +1-555-123-1234.
Admins can adjust the number of invites needed to join by using the VOUCH LEVEL command.`,
[x] vouch level changed
[NOTIFICATION]
ADMIN 4 set the vouch level to 2. I will now take 2 invites for new subscribers to join this channel.
[x] leaving
[NOTIFICATION]
ADMIN 4 has left the channel.
Edited by Mari