Commit graph

50 commits

Author SHA1 Message Date
Ave Ozkal
f44e1ea17b
Verif: add rule 11 2019-12-07 13:31:59 +03:00
The Dax
bb98d0606a Swap lines as per tart's request 2019-09-17 18:38:07 -04:00
The Dax
4408850017 Escape Nintendo Homebrew invite link with < >s.
This prevents it from picking up the full stop at the end of the sentence as part of the URL and displaying an annoying second information box.
2019-09-14 20:07:30 -04:00
Kitlith
af0e91197e
Change to use roblabla's wording before I forget. 2019-08-08 13:52:51 -07:00
Kitlith
abf68e86b9
Add a link to NH in the newcomers text. 2019-08-07 17:47:33 -07:00
roblabla
c86edbfe48 Specify hex encoding and digest size 2019-06-29 18:29:19 +00:00
Ave Ozkal
46d0a5246f
Drop the hashalg() thing as it was confusing everyone 2019-06-04 01:03:06 +03:00
Ave Ozkal
4ce90624c3
Fix resetalgo
I'm dumb
2019-04-25 10:14:12 +03:00
Ave Ozkal
8a152ed8ef
testing on prod 2019-04-24 11:59:04 +03:00
Ave Ozkal
72fd1c78bb
Fix typos (or else people will be unhappy) 2019-04-24 10:49:45 +03:00
Ave Ozkal
4cf7a6575c
Clean up verification a bit, modularize it, reset on start and daily 2019-04-24 10:47:07 +03:00
Ave Ozkal
81f8fd875f
Fix the randomized hash algorithm 2019-04-24 10:24:59 +03:00
結城イヴ
a1bc115621 hash_choice needs to change every reset, not every boot 2019-04-24 01:24:26 -04:00
結城イヴ
cccfe27310 oops v2 2019-04-24 01:03:03 -04:00
結城イヴ
95d69d7979 Fix the wrong hash algo check and make it a case of the existing elif chain 2019-04-24 01:00:33 -04:00
結城イヴ
a7e4575049 Oops 2019-04-23 23:58:17 -04:00
結城イヴ
20374bb5b8 Randomize hash choice 2019-04-23 23:37:58 -04:00
Ave Ozkal
f2438bee94
Add edgy quote to verification 2019-04-23 19:12:44 +03:00
結城イヴ
302be2c945
Per 564346741982494726 2019-04-07 04:00:11 -04:00
結城イヴ
190d01e3e7
Rule 10 removal
redundant
2019-04-06 01:37:24 -04:00
結城イヴ
f73e762c84
Update verification.py 2019-04-06 01:34:46 -04:00
結城イヴ
6c9e6ebe79
Update Rule 9 2019-04-06 01:32:02 -04:00
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