Commit Graph

115 Commits

Author SHA1 Message Date
91ccce0fb6 Allow tomasino to run admin commands (in theory) 2023-03-21 18:38:26 +00:00
49f6ac1c1a Fix URLs 2023-03-21 18:38:03 +00:00
be6b1e52df Fix feeds path 2021-10-07 01:23:46 +00:00
8f01a58bf5 Remove gemini command and add feed generator command 2021-10-07 01:21:57 +00:00
2fa5a61265 Add rss command 2021-10-06 22:45:56 +00:00
1dd8cd2ef9 Remove web command and stub, as cosmic now uses a custom web->gopher proxy 2021-10-02 03:45:52 +00:00
d95898a208 Attribute non-self waterings 2021-07-15 21:52:28 +00:00
379052c58f Add underscores to water response 2021-07-06 12:13:40 +00:00
1cf36069c7 Added plant name in output message (#7)
Co-authored-by: aphelion <aphelion@envs.net>
Co-authored-by: Arghyadeep <aphelion@envs.net>
Reviewed-on: #7
Co-authored-by: Argy <aphelion@envs.net>
Co-committed-by: Argy <aphelion@envs.net>
2021-06-23 16:53:47 +00:00
cd6f585434 *facepalm* 2021-06-15 01:23:25 +00:00
d556d8cb90 Fix broken f-string 2021-06-15 01:22:12 +00:00
4e726961ed Fix indentation 2021-06-15 01:21:03 +00:00
3529f9c5f4 Add first draft of water command 2021-06-15 01:18:58 +00:00
3fbfc5ce93 Add special case message for no such ship 2021-04-29 17:47:06 +00:00
e21aff9f7f Stub out web command while tomasino works on rewrite to hopefully increase speed
As is, attempting to use the web command from cosmicbot causes a timeout.
2021-04-21 00:49:48 +00:00
f554a3bd27 Add NickServ auth code 2020-12-01 18:03:48 +00:00
ccf3dcc855 I changed my vhost 2020-11-22 02:21:35 +00:00
4099e4de39 Reimplement highscore command with cosmic stuff 2020-11-17 02:28:44 +00:00
50e35bfb91 Remove cosmicbot-specific wordcounter
Now cosmic.voyage has its own wordcount, and the two get mixed up too often. Just get rid of the old wordcounter and rewrite the commands to interface with the new wordcounter.
2020-11-17 02:16:37 +00:00
12595d7d95 Don't allow users to use the roster command without filter 2020-11-16 22:25:40 +00:00
6756a29e62 First try at a wordcount plugin 2020-11-03 02:56:32 +00:00
d955bb0707 I am an idiot and forgot to pull before adding the help command
So I had to remerge master.
2020-09-20 04:32:48 +00:00
3664c0412e Add help command
It may just point to a page, but that's okay. The page has the help you need.
2020-09-20 04:32:40 +00:00
bf59265e94 Wrap CosmicBot.check_rss in a try-except block
This prevents cosmicbot's RSS checking thread from crashing if the RSS feed ends up malformed for any reason.
2020-09-16 17:01:53 +00:00
d23ef4ae66 How did I miss those parentheses? 2020-09-11 02:24:47 +00:00
1830b1be75 Fix octal literals 2020-09-11 02:23:29 +00:00
db34fe0717 Actually import the toot module 2020-09-11 02:21:34 +00:00
ed2b7f72b3 Ignore secret files 2020-09-11 01:24:14 +00:00
42fbd78b64 Add first draft of toot functionality 2020-09-11 01:18:42 +00:00
46fdcc85a0 Save RSS state on exit 2020-07-16 01:07:39 -04:00
333d2cdb76 Add gemini command 2020-06-03 05:26:47 -04:00
bed2750676 Update requirements.txt 2020-05-02 22:38:40 +00:00
039e84a554 Add prompt selection 2020-01-10 12:39:28 -05:00
5afeb2f3f6 Don't request a generator if you know it won't exist 2019-11-18 19:09:18 -05:00
b9a82f5956 Make it look pretty 2019-11-06 12:32:51 -05:00
d5c055eb9a Fix error 2019-11-06 12:32:07 -05:00
5268fba2da Add ability to generate more than 1 at a time 2019-11-06 12:30:34 -05:00
6e2fb19e37 First draft for quote/reassure 2019-11-03 16:19:11 -05:00
b8e0559826 Fix regex 2019-11-03 14:40:20 -05:00
b8db724ed2 Add generate list 2019-11-03 14:01:49 -05:00
01a070158e Actually import re in generate 2019-11-03 13:21:39 -05:00
dd9a4b68a7 First draft of generate command 2019-11-03 13:20:33 -05:00
672e0ec5d8 Fix calls to Bot.say 2019-11-03 12:12:43 -05:00
64a438a920 Just use GitHub raw links 2019-11-03 12:11:56 -05:00
e084b400c6 Import requests in utils 2019-11-03 12:10:13 -05:00
7373736c33 Force reload utils 2019-11-03 12:09:30 -05:00
b98258f720 Update utils 2019-11-03 12:08:28 -05:00
856a382907 Add ask command
I'm piggybacking off of WriterBot for the question lists, mainly to save space on cosmic.
2019-11-03 12:06:49 -05:00
d6a7a7b40a First draft of prompt function 2019-11-03 11:47:49 -05:00
031060a80e Fix 8ball 2019-11-01 14:22:55 -04:00