3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
Commit Graph

212 Commits

Author SHA1 Message Date
Pragmatic Software
29c3c1cb68 Plugins/Wolfram: remove unnecessary comments 2021-07-06 12:46:51 -07:00
Pragmatic Software
68e8351a28 Plugins/Wolfram: fix typo in comments 2021-07-06 12:37:50 -07:00
Pragmatic Software
c3e1c60a37 Plugins/Wolfram: rename api_key to appid 2021-07-06 12:33:29 -07:00
Pragmatic Software
a88615c2c6 Plugins/Wolfram: print prettier 501 error message 2021-07-06 12:22:52 -07:00
Naïm Favier
525fec0702
Plugins/Wolfram: add wolfram command (#58) 2021-07-06 12:03:30 -07:00
Pragmatic Software
acd9570947 Rename pbot.output_queue_flushed to pbot.output_queue_empty 2021-07-05 09:38:37 -07:00
Pragmatic Software
1304dfde76 Plugins/Battleship: simplify some stuff 2021-07-04 20:35:01 -07:00
Pragmatic Software
db911b4ee9 Er, disregard this. 2021-07-03 23:18:02 -07:00
Pragmatic Software
e21591fc06 Plugins/Battleship: when sending initial boards, pause game until pbot.output_queue_flushed received; added pause and unpause commands 2021-07-03 23:13:36 -07:00
Pragmatic Software
d41b91fb3e Plugins/Battleship: make scoreboard slightly less wide 2021-07-03 11:31:01 -07:00
Pragmatic Software
be2a4b41e9 Plugins/Battleship: fix some bugs 2021-07-03 11:19:09 -07:00
Pragmatic Software
074ddce530 Plugins/Battleship: fix some bugs 2021-07-03 11:01:37 -07:00
Pragmatic Software
e12b269fdb Plugins/Battleship: fix minor typo in comment 2021-07-02 16:46:50 -07:00
Pragmatic Software
a34211fd30 Plugins/Battleship: rewrite to support multiple simultaneous players 2021-07-02 15:58:05 -07:00
Pragmatic Software
53739e0184 Plugins/RemindMe: clean up previous commit 2021-06-29 23:39:11 -07:00
Pragmatic Software
d679b005d6 Plugins/RemindMe: allow any user to use -c 2021-06-29 21:45:25 -07:00
Pragmatic Software
60f79f896c Polish up Battleship plugin a bit 2021-06-29 14:48:55 -07:00
Pragmatic Software
d48abe3a05 Plugins/RemindMe: minor whitespace fix 2021-06-24 19:17:16 -07:00
Pragmatic Software
f1c5b8c706 Progress on refactoring and polishing everything 2021-06-24 18:28:49 -07:00
Pragmatic Software
8ea3fab219 Plugins/RemindMe: fix -c option 2021-06-23 20:21:08 -07:00
Pragmatic Software
50c051ed56 Refactor and polish Plugins/Remindme.pm 2021-06-23 20:03:30 -07:00
Pragmatic Software
fec192ca69 Progress on refactoring and polishing everything 2021-06-23 16:42:15 -07:00
Pragmatic Software
e930c5a855 Battleship: revert previous commit 2021-06-23 16:09:39 -07:00
Pragmatic Software
8094db4f36 ActionTrigger: improve docs in comment header 2021-06-23 16:06:15 -07:00
Pragmatic Software
38985e1ac7 Plugins/Battleship: attempt to improve board rendering speed: disable IRC pacing, use NOTICE instead of PRIVMSG 2021-06-23 11:45:53 -07:00
Pragmatic Software
1a41f9aebb Refactor PBot::Timer into PBot::EventQueue
Make better use of PBot::IRC's select loop
Remove use of SIGALRM
2021-06-21 17:26:24 -07:00
Pragmatic Software
8b093d313c Progress on refactoring and polishing everything 2021-06-20 15:10:16 -07:00
Pragmatic Software
1c2b4da9ab Consolidate imports into PBot::Imports 2021-06-18 21:23:34 -07:00
Pragmatic Software
4385c931f9 Plugins/ActionTrigger: fix msg example comment 2021-06-12 12:38:57 -07:00
Pragmatic Software
03e75c8dfd Plugins/TypoSub: rename user metadata no-typosub to notyposub to be consistent 2021-06-03 09:49:54 -07:00
Pragmatic Software
7acb1e2cf4 Plugins/AntiTwitter.pm: use utf8 2021-04-04 23:16:37 -07:00
Pragmatic Software
6bc9e9cf88 Plugins/Wttr.pm: show nearest_area only when -location is requested 2021-04-04 23:15:23 -07:00
Pragmatic Software
6afabba183 Plugins/Plang: update factget signature to return String | Null 2020-09-29 19:22:00 -07:00
Pragmatic Software
a0f3d28b80 Plugins/Plang.pm: update path to Plang/lib 2020-09-27 14:00:45 -07:00
Pragmatic Software
268523d493 Update Plang submodule 2020-09-20 23:19:47 -07:00
Pragmatic Software
504af40cdc Update Plang submodule 2020-09-19 13:15:03 -07:00
Pragmatic Software
1817e9171c Plugins/Weather: fix -u user overriding 2020-09-03 13:33:15 -07:00
Pragmatic Software
b63006f9a6 Update Plang submodule and plugin 2020-08-24 20:46:34 -07:00
Pragmatic Software
7c5e649a87 Plugins/Plang: die() with newline to prevent line number info from being added 2020-08-22 14:49:17 -07:00
Pragmatic Software
8a1e821bf7 Update Plang submodule and Plugin 2020-08-21 22:28:23 -07:00
Pragmatic Software
ea6ae182f1 Plugins/Plang: update NIL to NULL 2020-08-08 12:36:38 -07:00
Pragmatic Software
309fb30656 Plugins/Weather.pm and Plugins/Date.pm: Add more useful error messages for user-not-found 2020-08-03 10:36:20 -07:00
Pragmatic Software
43fdd4896e Update Plang (progress on static type/semantic checking) 2020-07-31 18:29:50 -07:00
Pragmatic Software
a337903787 Plugins/Plang: fix error handling 2020-07-26 01:02:36 -07:00
Pragmatic Software
97d43a39c4 Update Plang (can now optionally specify return type and parameter types for functions) 2020-07-26 00:12:11 -07:00
Pragmatic Software
7441f42967 Plugins/Plang: Output final String value as string literal 2020-07-25 16:09:20 -07:00
Pragmatic Software
696781176e Plugins/Plang: add documentation link to usage message 2020-07-23 12:29:24 -07:00
Pragmatic Software
6e2fac4a88 Plugins/Plang: add userget() builtin 2020-07-23 10:51:45 -07:00
Pragmatic Software
58e75682b1 Plugins/Plang: print() takes an expr, not a stmt 2020-07-21 16:56:38 -07:00
Pragmatic Software
88262a2338 Update Plang 2020-07-21 16:41:45 -07:00