Commit graph

28 commits

Author SHA1 Message Date
noirscape b9255215c1 This implements the latest breaking changes to cogs from d.py rewrite.
They're all syntax changes and renames. I've checked twice to make sure
I didn't miss any listeners or classes.

For future reference:
- Do `from discord.ext.commands import Cog` in all new cogs.
- Subclass the new class to Cog.
- New listeners should get the `@Cog.listener()` decorator.

Conveniently, there weren't any pre-execution methods that have been
renamed.
2019-02-28 23:10:30 +01:00
Ave Ozkal 64ed4dc19e
verification: %2 chance to act more human 2019-02-26 14:49:18 +03:00
Ave Ozkal 66e78f41dd
verification: more! snark! 2019-02-25 13:09:18 +03:00
Ave Ozkal 84bb388906
verification: cleaner snark 2019-02-25 12:28:37 +03:00
Ave Ozkal e0bbc17a14
verification: advanced snarkification 2019-02-25 12:21:31 +03:00
Ave Ozkal 8d0e87ff40
verification: add pebkac snark 2019-02-25 12:19:12 +03:00
Ave Ozkal 7629952d6f
verification: ave can't to await 2019-02-25 12:17:35 +03:00
Ave Ozkal 59ea02d2cf
verification: bad bot. 2019-02-25 12:16:26 +03:00
Tyler True 46fa205d93
Add windows newlines to allowed/close names.
... and Mac OS Classic? Who knows, someone might be using it still. [ ͡° ͜ᔦ ͡°]
2019-02-21 02:22:11 -05:00
Tyler True 2e41a8aa3e
Add sha256 verification to welcome processing.
Works the same as the md5 "not using the right process." codepath.
Could surely be optimized to be checked alongside md5 and return the same message.
2019-02-21 02:03:35 -05:00
結城イヴ fdbad1d4ee
Oops 2019-02-16 22:01:51 -05:00
結城イヴ 3db7d8ca7f
Update verification.py 2019-02-16 22:00:18 -05:00
Ave Ozkal b7fcaa5c20
reset: move logs to server logs 2019-02-16 16:55:26 +03:00
Hikari-chin 93e278daea Revert "Add functionality for printing rules to a rules channel."
This reverts commit 16c3bb8779.
2019-02-08 13:55:39 -05:00
Ave ec14b4ed6e
Merge pull request #12 from kitlith/rules
Add functionality for printing rules to a rules channel.
2019-02-08 12:17:17 +00:00
Ave Ozkal df82e6268d
Add a new type of log channels: modlog 2019-02-05 01:54:40 +03:00
Kitlith 16c3bb8779 Add functionality for printing rules to a rules channel. 2019-02-02 15:24:00 -08:00
Ave Ozkal ebe175d2ff
hotfix 2019-01-28 02:04:24 +03:00
結城イヴ e93dcbf298
Update verification.py 2019-01-27 17:59:25 -05:00
Ave Ozkal e651490a34
verification: Add a sleep after footer messages too
those get sent in incorrect order from time to time
2019-01-23 00:11:32 +03:00
The Dax 750e51b50a Update robocop to reflect new rules 2019-01-14 19:47:30 -05:00
Ave Ozkal 338aa80c58
Move checks and errcodes to a new folder called helpers 2018-12-26 14:36:55 +03:00
Ave Ozkal fef08b1dbf
Collect checks into a single file to reduce code repetition 2018-12-26 10:55:42 +03:00
Ave Ozkal b35765d296
Fix .help in DMs, make Robocop call you out when your DMs are blocked
Also limit membercount to guilds
2018-12-26 10:48:41 +03:00
Ave Ozkal 461b7e547c
verification: Clarify process on "Incorrect" message 2018-12-25 13:46:59 +03:00
Ave Ozkal 27c991f0af
reset: bugfix 2018-12-24 03:18:40 +03:00
Ave Ozkal fc7c0f89d6
Add verification
god i hate this so much
2018-12-23 20:13:40 +03:00
Ave Ozkal 3a9e5e490d
reset: Added reset command 2018-12-23 19:31:12 +03:00