| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-03-08 | Don't mention watching anymore in talent pool add message | -1/+1 | ||
| 2021-03-07 | Improve nomination string representation | -2/+2 | ||
| 2021-03-06 | Use actor mention instead of username in nomination string | -1/+3 | ||
| 2021-03-06 | Fix grammar of nomination cog | -8/+8 | ||
| Co-authored-by: Boris Muratov <[email protected]> | ||||
| 2021-03-06 | Fix trace logging of nomination 404 | -2/+2 | ||
| 2021-03-06 | Add parentheses back to previous nominations count | -1/+1 | ||
| Co-authored-by: Boris Muratov <[email protected]> | ||||
| 2021-03-03 | Migrate talentpool to new schema | -27/+59 | ||
| - Add disable_header to watchchannel initialization. We don't have root actor field anymore, so headers give error and there is no point to rewrite this, because this will be removed soon. - Removed duplicates check of nominations of one user. Now as API allows this, multiple actors can nomination one user. - Add special error message if same actor have already nominated user Every actor can only have 1 nomination entry. - Remove previous reason from watch command We don't store reason that way anymore, and we don't want that this message spam whole channel. - Split end reason and reason editing commands. API PATCH request buildup have been changed, so changing both of them in one command don't make sense anymore. - Migrate nomination string generation | ||||
| 2021-03-03 | Add disable_header to watchchannel to disable talentpool headers | -1/+7 | ||
| We need to disable this, because new format of nominations don't match with it. | ||||
| 2021-03-01 | Add !stban alias for !shadowtempban | -1/+1 | ||
| 2021-03-01 | Add !superstar and !unsuperstar aliases for !superstarify | -2/+2 | ||
| 2021-03-01 | Add alias !tban for !tempban | -1/+1 | ||
| 2021-03-01 | Add alias !u for !user | -1/+1 | ||