Commit graph

179 commits

Author SHA1 Message Date
8f4ff8e119 Add an angry message to lore 2018-08-27 01:06:09 +00:00
599dff39a8 Switch to random.sample for lore instead of random.choice 2018-08-27 01:05:23 +00:00
966e0fba61 Limit number of bombs (EMILY) 2017-05-13 17:47:52 +00:00
9540ff4dd9 Add ply to requirements.txt 2017-05-13 13:34:07 -04:00
8b4bff0563 Ignore ply artifacts 2017-03-31 13:27:34 -04:00
c1f264b714 [hearts2] Add smart quote support; add some missing imports; map links to users and channels 2017-03-31 13:27:01 -04:00
6e8e250737 Remove old hearts plugin 2017-03-31 13:09:34 -04:00
ccc7d3ab88 Add hearts2 plugin 2017-03-31 13:09:16 -04:00
3522aac776 Better plugin logging 2017-03-31 13:09:06 -04:00
600cba1631 Add stop command to countdown plugin 2016-12-04 00:56:40 -05:00
1a71dd8a1e Use config settings for cowsay and reactions 2016-12-04 00:46:39 -05:00
afe1b0e35e Add reactions plugin 2016-12-04 00:42:01 -05:00
a446dfdce8 Unpin files 2016-11-19 00:53:01 -05:00
a2e4f99eec Only append to bomb collections if the thing does not exist yet 2016-11-19 00:17:11 -05:00
d08630da75 Fix up bomb regexes 2016-10-18 19:58:26 -04:00
956e540fed Fix up the ignores a bit 2016-10-16 17:02:38 -04:00
34644d42f4 Fix name error 2016-10-16 17:01:58 -04:00
59880f6bf1 Rotate the log 2016-10-16 17:01:36 -04:00
e7f8684918 Add bombadd to bomb plugin 2016-10-16 16:30:08 -04:00
dde3639f39 Add bomb plugin 2016-10-16 15:54:21 -04:00
501f4aeb6f Pugz pugin 2016-10-13 20:54:49 -04:00
eead3717c6 Add a host property to the SlackService 2016-09-26 00:07:22 -04:00
2c53416cc6 [lore] Cap lorebombs at 30 2016-09-25 14:12:10 -04:00
e8735d8878 [lore] move the lore file to lore.json 2016-09-25 14:06:56 -04:00
89bc27515c [core] fix up the logging a bit 2016-09-25 13:55:09 -04:00
1f056c0cb5 [lore] Add permalink extraction for file objects 2016-09-25 13:54:53 -04:00
61c4af7d6d [lore] Add !scribe skeleton 2016-09-25 13:11:01 -04:00
855625d88c [lore] !lore can retrieve more than one bit via a count parameter 2016-09-25 12:56:27 -04:00
9beca45ac7 Reduce @names to just names 2016-09-11 20:01:21 -04:00
0f9ba2bf0a Fix up heart leaderboards; improve some of its heuristics for matching terms 2016-09-11 15:10:51 -04:00
a3feaa4020 Add countdown plugin 2016-09-11 12:56:50 -04:00
80527cbe6e Update to rtmbot 0.3.0
Merge tag '0.3.0'
2016-09-11 12:19:01 -04:00
cec9b3b1d7 Rename cookie plugin -> lore 2016-09-06 21:27:34 -04:00
94c738c53b Cleaning up some stuff in the cookie module 2016-09-06 11:07:41 -04:00
1daed2c364 Merge branch 'cookie' 2016-09-05 19:18:31 -04:00
1c23c3f94e Make the logging format a bit more verbose 2016-09-05 19:18:20 -04:00
67bc2702b1 Ignore pin JSONs 2016-09-05 19:15:11 -04:00
ce3ff13122 Pin manager, part 1 2016-09-05 19:14:28 -04:00
2ce64b71b2 Skeleton of Cookie 2016-09-05 14:09:25 -04:00
a6aca7c610 Make the logging format a bit more verbose 2016-09-05 14:09:06 -04:00
Jeff Ammons
cccf2b5bc5 Merge pull request #60 from slackhq/yasumoto-final-windows-fix
Fix up another unix-path-ism
2016-08-25 19:51:20 -07:00
Joe Smith
f3ce1c655c Small documentation typo 2016-08-25 19:24:22 -07:00
Joe Smith
d384c8fda5 Fix up another unix-path-ism 2016-08-25 19:14:15 -07:00
Jeff Ammons
a9bf314f7c Merge pull request #59 from jammons/make_plugin_imports_work_in_windows
Change to using sys.path and other windows compatibility changes
2016-08-25 18:44:26 -07:00
Jeff Ammons
a8ee0a4477 Change to using sys.path and other windows compatibility changes 2016-08-25 16:08:00 -07:00
Jeff Ammons
14442f3f43 Merge pull request #58 from jammons/philipyun103-master
Cleaning up the example plugin for using the Web API in a plugin
2016-08-25 15:46:56 -07:00
Jeff Ammons
a4641c8936 Merge pull request #57 from philipyun103/master
Adding API Access to Plugin Context (Updated)
2016-08-25 15:44:38 -07:00
Jeff Ammons
5e7daffadb Add a bit more info into the example plugin. 2016-08-25 15:40:29 -07:00
Philip Yun
6a4b3ea842 Update client.py for flake8
flake8 wasn't checking this file.  ran flake8 against it to make sure it was compliant with coding guidelines
2016-08-07 02:51:18 -07:00
philipyun103
80dd994671 flake8
for reals this time
2016-08-07 01:58:44 -07:00