1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 11:49:55 +00:00

75 Commits

Author SHA1 Message Date
15168f5db0 config: all tests passing
* Using in-memory but shared DB. ALL TESTS MUST CLEAR RELEVANT TABLES
* Removed problematic reminder test
2019-01-21 12:36:55 -05:00
a8d0f3fd34 stats: remove unused plugin
config: checkpoint

config: checkpoint all but two tests passing

config: checkpoint all but one test suites pass
2019-01-21 12:36:56 -05:00
73f019a14a counter: change from Tea. Earl Grey. Hot. to all
Now we can say any valid counter with two more sentences and get the
Picard-alike results with counter.
2018-10-19 14:23:08 -04:00
8d729f5d42 counter: make tea counter less strict 2018-10-07 08:48:13 -04:00
b1a4fd2050 merge a spaced out count into one in the case of an emojy or anything with a space really 2018-09-27 22:48:11 -04:00
dadb51cec5 counter: mkalias 2018-01-04 12:23:59 -05:00
e19d982fe5 counter: add leaderboards 2018-01-04 07:39:24 -05:00
skkiesel
54b83cd444 listening to thread responses to rpg threads only 2017-10-31 14:14:45 -04:00
cws
148f9635a0 counter: Change regex to be more accepting
Fixes #66
2017-07-24 07:40:13 -04:00
svohr
39d5dec694 Updated tea test to replace 🍵 with 🍵 2017-02-20 12:19:49 -08:00
svohr
8087f23d53 Merge branch 'master' of https://github.com/velour/catbase into tea-bug
Resolved new regex with change replacing 🍵 with 🍵
2017-02-20 12:06:30 -08:00
svohr
ae3a4eee52 Fixed tea regex to fix bad matches that ended in iced
Added a test based on skiesel's quote that triggered it.
2017-02-20 11:57:12 -08:00
4f7908370f Change emoji 🍵 to 🍵 2017-02-16 16:28:45 -05:00
svohr
6917e091af "Tea. Earl Grey. Hot." generalized for any tea, hot or iced. 2017-02-14 20:56:29 -08:00
cws
cdb77a5119 Tea. Earl Grey. Hot. 2017-01-31 15:35:05 -05:00
cws
2957b6f4d5 Add reset me command 2017-01-23 21:13:21 -05:00
Steve McCoy
c261b53ae6 Fix obvious problems 2017-01-23 10:10:54 -05:00
Steve McCoy
10beb0a34f This looks like += and -= 2017-01-17 17:57:39 -05:00
Chris Sexton
19754a07a5 Change Splits to Fields where appropriate 2016-05-11 12:10:15 -04:00
Chris Sexton
e449a82001 YOLO: DEAL WITH IT
Refactored a bunch of junk.
2016-04-01 10:20:26 -04:00
Chris Sexton
ef40d335eb Make testing great again! Add examples in counter
* Made bot.Bot an interface and added a mock with an in-memory database
for plugins to use.
* Remove logger nonsense
* Rename Counter New
2016-03-30 12:41:22 -04:00
Chris Sexton
15602defbc Merge branch 'counterstuff'
* counterstuff:
  Fix #19: Merge beers and counters
  Migrate to sqlx; modularize counters
  Move counter to its own package
  Fix a few minor govet issues
2016-03-19 14:30:22 -04:00
Chris Sexton
6938efc430 Fix #19: Merge beers and counters 2016-03-19 14:27:02 -04:00
Chris Sexton
ae5d7dec2e Migrate to sqlx; modularize counters 2016-03-19 14:02:46 -04:00
Chris Sexton
28ccc4f0c2 Move counter to its own package 2016-03-19 11:44:27 -04:00