(cont) identity > promote - comments
This commit is contained in:
parent
58fb0c9157
commit
76d67eab81
1 changed files with 19 additions and 0 deletions
|
@ -36,6 +36,25 @@ pub fn init(mgr:&mut ModulesManager)
|
|||
//println!("(#{}) {}: {}", msg.channel_login, msg.sender.name, msg.message_text);
|
||||
println!("Called cmd promote");
|
||||
|
||||
// -- If the BotCommand.command was called (e.g., promote), this is the current function body to execute
|
||||
|
||||
/*
|
||||
- `promote` / `demote`
|
||||
- [ ] `SupMod` & `Broadcaster` & `BotAdmin` can run
|
||||
- [ ] `UserRole`s that can run, can
|
||||
- [ ] run `promote` on a regular `Chatter` to make them a `Mod`
|
||||
- [ ] run `demote` on a `Mod` to make them a `Chatter`
|
||||
- [ ] Only `BotAdmin` can :
|
||||
- [ ] target themselves to `promote` / `demote` , in the case that they want to make themselves either a `Mod` or `SupMod` for the channel temporarily
|
||||
- [ ] `promote admin <Chatter>` to assign them `BotAdmin` role
|
||||
- `[ ] Broadcaster` & `BotAdmin` can `demote` a `SupMod` to make them a `Mod`
|
||||
*/
|
||||
|
||||
|
||||
// [ ] Split message based on arguments
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
BotCommand {
|
||||
|
|
Loading…
Reference in a new issue