Pragmatic Software
96b85fc791
More significant Spinach improvements
2018-01-31 22:11:26 -08:00
Pragmatic Software
d4064f7f84
Update factoids
2018-01-28 21:53:50 -08:00
Pragmatic Software
4f04309329
Fibbage-clone plugin!
2018-01-28 21:53:40 -08:00
Pragmatic Software
b5912a3901
Update factoids
2018-01-26 13:04:18 -08:00
Pragmatic Software
8d2b1a40a4
Update factoids
2018-01-26 00:42:01 -08:00
Pragmatic Software
d97e65be20
Update factoids
2018-01-25 14:01:27 -08:00
Pragmatic Software
a96f29f3f3
Update factoids
2018-01-23 23:27:24 -08:00
Pragmatic Software
7d7b298f04
Update factoids
2018-01-20 07:00:14 -08:00
Pragmatic Software
69457bb3ad
Update factoids
2018-01-19 19:40:50 -08:00
Pragmatic Software
9a054640bb
Update factoids; improved rpg game, etc
2018-01-19 18:14:12 -08:00
Pragmatic Software
40b289a185
Update factoids
2017-12-07 11:13:41 -08:00
Pragmatic Software
b891af1ab0
Update factoids
2017-12-04 21:22:42 -08:00
Pragmatic Software
e62e7c9aa3
Update factoids
2017-11-27 20:10:17 -08:00
Pragmatic Software
778c803308
Update factoids
2017-11-17 13:55:53 -08:00
Pragmatic Software
ab7aa990a0
Add :json modifier to escape variables for JSON
2017-09-23 21:04:21 -07:00
Pragmatic Software
c8eb5fa5d3
Update cc factoid to use JSON syntax (and everything else)
2017-09-12 05:53:51 -07:00
Pragmatic Software
345ca99185
Update factoids
2017-09-10 19:36:16 -07:00
Pragmatic Software
ba6cfdca92
Add utility script to generate an initial undo states for all factoids that lack one
2017-09-04 18:44:20 -07:00
Pragmatic Software
61486ab979
Update factoids (coffee, tea, etc, using $$0, etc)
2017-08-27 20:40:49 -07:00
Pragmatic Software
26dfc9c0fa
Add vote-poll code-factoids
2017-08-24 01:20:39 -07:00
Pragmatic Software
75555713fc
Update factoids
2017-08-23 19:51:46 -07:00
Pragmatic Software
c32a6d7ad2
Update factoids
2017-06-07 15:36:42 -07:00
Pragmatic Software
ec6d4157bf
Update factoids and quotegrabs
2017-04-10 19:40:14 -07:00
Pragmatic Software
01cb062c82
Update quotegrabs
2016-11-16 19:20:56 -08:00
Pragmatic Software
13fade748e
Update factoids
2016-11-16 19:20:27 -08:00
Pragmatic Software
d024a7138f
Update factoids
2016-02-16 23:23:37 -08:00
Pragmatic Software
e6e7f325fb
Add individual change-logs for factoid triggers
2015-12-13 13:58:01 -08:00
Pragmatic Software
159474112c
Update factoids
2015-10-30 12:22:25 -07:00
Pragmatic Software
6cd5c9a478
Update factoids
2015-09-14 10:32:05 -07:00
Pragmatic Software
90d35f9a04
Revert mode change
2015-07-06 19:40:21 -07:00
Pragmatic Software
c44c90b9b6
Update factoids (added K&R exercises and randomkr, etc)
2015-07-06 19:40:02 -07:00
Pragmatic Software
fc287bfb40
Update factoids (added qshow command)
2015-05-25 07:20:03 -07:00
Pragmatic Software
d998f7017d
Update factoids (added qstats command, etc)
2015-05-23 06:25:21 -07:00
Pragmatic Software
3baa1cf809
Added qalc calculator module
2015-05-08 05:02:57 -07:00
Pragmatic Software
a6c3db5cc7
Update factoids
2015-04-03 10:11:37 -07:00
Pragmatic Software
4f236a4250
Update factoids
2015-03-28 17:51:11 -07:00
Pragmatic Software
edd8762ae2
CJeopardy: Add rank
command
2015-02-11 20:58:16 -08:00
Pragmatic Software
f0593fece7
Add score
and reset
C Jeopardy commands
2015-01-28 13:11:04 -08:00
Pragmatic Software
b647034595
Remove leftover mh file
2015-01-28 01:03:00 -08:00
Pragmatic Software
01a0ec47a2
Remove outdated view_message_history.pl script
2015-01-28 01:01:24 -08:00
Pragmatic Software
3fee1f9dfc
Update factoids (updated cjeopardy, etc)
2015-01-28 00:41:37 -08:00
Pragmatic Software
a8ffedc853
C Jeopardy commands now use preserve_whitespace
2014-08-04 22:51:09 +00:00
Pragmatic Software
18d245cf10
C Jeopardy: Now says "Too slow!" if someone else also answers the correct answer within 15 seconds
2014-08-04 06:25:56 +00:00
Pragmatic Software
d49700d1e1
C Jeopardy: Add hint command to slowly reveal answer when stumped
2014-07-29 17:30:12 +00:00
Pragmatic Software
4b2abf316f
Add C Jeopardy module
2014-07-28 04:29:05 +00:00
Pragmatic Software
bcf76471c8
Add cfact
module
2014-07-22 01:46:16 +00:00
Pragmatic Software
a6b66cb351
Add rpn module
2014-06-04 00:21:48 +00:00
Pragmatic Software
239e3de8ea
Quotegrabs.pm now uses quotegrabs_db API for interfacing with storage backend
...
Two quotegrabs_db backends are now availble:
* Quotegrabs_Hashtable.pm: the original hashtable implementation
* Quotegrabs_SQLite.pm: the new SQLite implementation
Quotegrabs_SQLite.pm is now the default quotegrabs_db backend.
This was done to reduce the memory footprint of the bot by not needing to
keep the entire quotegrabs table in memory any longer.
A similiar change will be coming soon to the Factoids table as well as the
MessageHistory table.
2014-05-06 05:15:27 +00:00
Pragmatic Software
a0b0cb8a74
Add nickometer module
2014-05-01 03:40:56 +00:00
Pragmatic Software
db66a47257
Update quotegrabs and factoids data
2014-04-26 15:21:00 +00:00