2018-12-23 12:49:09 +00:00
|
|
|
# Robocop-ng
|
|
|
|
|
|
|
|
An attempt to rewrite the bloated ReSwitched bot with dpy rewrite.
|
|
|
|
|
|
|
|
Based on https://gitlab.com/ao/dpybotbase
|
2018-03-08 22:47:53 +00:00
|
|
|
|
2018-03-08 23:03:45 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2018-12-23 12:49:09 +00:00
|
|
|
## TODO
|
|
|
|
|
2018-12-23 13:13:39 +00:00
|
|
|
- [x] .py configs
|
2018-12-23 13:39:26 +00:00
|
|
|
- [x] membercount command
|
2018-12-23 13:28:46 +00:00
|
|
|
- [ ] Verification (and reset)
|
2018-12-23 15:07:59 +00:00
|
|
|
- [ ] Logging: joins
|
|
|
|
- [ ] Logging: leaves
|
|
|
|
- [ ] Logging: role changes
|
|
|
|
- [ ] Logging: message edits
|
|
|
|
- [ ] Logging: message deletes
|
|
|
|
- [ ] Logging: bans
|
|
|
|
- [ ] Logging: kicks
|
2018-12-23 15:33:59 +00:00
|
|
|
- [x] Moderation: ban
|
2018-12-23 15:44:16 +00:00
|
|
|
- [x] Moderation: silentban
|
2018-12-23 15:33:59 +00:00
|
|
|
- [x] Moderation: kick
|
2018-12-23 15:07:59 +00:00
|
|
|
- [x] Moderation: userinfo
|
|
|
|
- [ ] Moderation: approve-revoke (community)
|
|
|
|
- [ ] Moderation: addhacker-removehacker
|
|
|
|
- [ ] Moderation: lock-soft-unlock (channel lockdown)
|
|
|
|
- [ ] Moderation: timelock (channel lockdown with time)
|
|
|
|
- [ ] Moderation: mute-unmute
|
|
|
|
- [ ] Moderation: mutetime
|
|
|
|
- [ ] Moderation: playing
|
|
|
|
- [ ] Moderation: botnickname
|
|
|
|
- [ ] Moderation: nickname
|
|
|
|
- [ ] Moderation: clear/purge
|
|
|
|
- [ ] Moderation: probate-unprobate
|
|
|
|
- [ ] Moderation: watch-unwatch
|
|
|
|
- [ ] Warns: warn
|
|
|
|
- [ ] Warns: delwarnid-delwarn
|
|
|
|
- [ ] Warns: listwarns-listwarnsid
|
|
|
|
- [ ] Warns: clearwarns-clearwarnsid
|
|
|
|
- [ ] Modmail
|
|
|
|
- [ ] Moderation: User notes
|
2018-12-23 12:50:38 +00:00
|
|
|
- [ ] .serr and .err
|
2018-12-23 15:07:59 +00:00
|
|
|
- [x] Meme commands and pegaswitch (honestly the easiest part)
|
2018-12-23 13:13:39 +00:00
|
|
|
- [x] source command
|
|
|
|
- [ ] robocop command
|
2018-12-23 15:07:59 +00:00
|
|
|
- [ ] eval and sh might need to be removed at end of development
|
2018-03-08 23:03:45 +00:00
|
|
|
|