ryuko-ng/README.md

51 lines
1.4 KiB
Markdown
Raw Normal View History

# 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
---
## TODO
2018-12-23 13:13:39 +00:00
- [x] .py configs
- [x] membercount command
- [x] Verification: Actual verification system
2018-12-23 16:31:12 +00:00
- [x] Verification: Reset command
- [ ] Verification: Using log module from akbbot for logging attempts and removing old attempts
2018-12-23 19:03:40 +00:00
- [x] Logging: joins
- [x] Logging: leaves
- [x] Logging: role changes
- [x] Logging: bans
- [x] Logging: kicks
- [x] Moderation: ban
2018-12-23 15:44:16 +00:00
- [x] Moderation: silentban
- [x] Moderation: kick
2018-12-23 15:07:59 +00:00
- [x] Moderation: userinfo
2018-12-23 19:32:48 +00:00
- [x] Moderation: approve-revoke (community)
2018-12-23 15:07:59 +00:00
- [ ] Moderation: addhacker-removehacker
- [ ] Moderation: lock-soft-unlock (channel lockdown)
- [ ] Moderation: timelock (channel lockdown with time)
- [ ] Moderation: mute-unmute
- [ ] Moderation: mutetime
- [x] Moderation: playing
2018-12-23 17:56:27 +00:00
- [x] Moderation: botnickname
- [x] Moderation: nickname
2018-12-23 15:07:59 +00:00
- [ ] Moderation: clear/purge
- [ ] Moderation: probate-unprobate
2018-12-23 17:27:51 +00:00
- [ ] Moderation: watch-unwatch (using log module from akbbot)
2018-12-23 15:07:59 +00:00
- [ ] Warns: warn
- [ ] Warns: delwarnid-delwarn
- [ ] Warns: listwarns-listwarnsid
- [ ] Warns: clearwarns-clearwarnsid
- [ ] Modmail
2018-12-23 17:56:27 +00:00
- [ ] Submiterr
2018-12-23 15:07:59 +00:00
- [ ] Moderation: User notes
- [x] .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
2018-12-23 17:27:51 +00:00
- [x] 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