Jeremy Fincher
|
44972da513
|
Cleaned up makeDb.
|
2003-09-01 05:51:32 +00:00 |
|
Jeremy Fincher
|
30d3747f1d
|
Added utils.pluralize.
|
2003-09-01 05:42:35 +00:00 |
|
James Vega
|
01adb33deb
|
Fix a typo
|
2003-09-01 05:03:27 +00:00 |
|
James Vega
|
0061e42c97
|
Added tableDict, tableExists() and createTables to clean up/fix makeDB()
|
2003-09-01 04:45:26 +00:00 |
|
Jeremy Fincher
|
488fd6dd32
|
Forgot self.
|
2003-08-31 08:43:56 +00:00 |
|
Jeremy Fincher
|
cc2689ddb8
|
Forgot to import world.
|
2003-08-31 08:42:51 +00:00 |
|
Jeremy Fincher
|
883287c261
|
Added bestuptime command.
|
2003-08-31 08:42:07 +00:00 |
|
Jeremy Fincher
|
9550971042
|
Added ability for commands to raise callbacks.CannotNest if they are not nestable.
|
2003-08-27 07:45:48 +00:00 |
|
Jeremy Fincher
|
5eafec7121
|
Made morehelp better for dbadd.
|
2003-08-25 20:13:04 +00:00 |
|
James Vega
|
b86205ae8b
|
Changed out some try blocks for if/else
|
2003-08-23 05:21:45 +00:00 |
|
James Vega
|
3c2ce0164a
|
Added support for: created by, requested by, # requests to lart/praise/excuse/insult related functions
Added more error checking
Added a simple pluralizer
Added tests to stress lart/praise/excuse/insult portions of FunDB
|
2003-08-22 21:34:33 +00:00 |
|
James Vega
|
11c7124203
|
Added notification of which record number was added when adddb is called.
|
2003-08-22 08:10:58 +00:00 |
|
James Vega
|
0b6fce1e06
|
Replaced the last of the specific functions with the general getdb.
Fixed some sql statements and cleaned up some responses.
|
2003-08-22 07:04:47 +00:00 |
|
Jeremy Fincher
|
c413261a3b
|
Fixed crazy quoting bug.
|
2003-08-22 06:45:10 +00:00 |
|
James Vega
|
9b3faa1982
|
Removed some extraneous escaping of quotes and switched _tables from a list to a set.
|
2003-08-22 06:08:55 +00:00 |
|
James Vega
|
b785cc220f
|
Remove an extraneous print statement
|
2003-08-22 05:40:36 +00:00 |
|
James Vega
|
24005d3df1
|
FunDB: Made more general get/remove/num/add commands to consolidate getlart, numinsults, et.al.
test_FunDB: Started adding tests for FunDB
|
2003-08-22 05:36:53 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
cb6f1a1432
|
Made zipcode handle zipcodefor stuff.
|
2003-08-15 03:00:10 +00:00 |
|
Jeremy Fincher
|
ebd2113eb3
|
Moved zipcode over to the FunDB module.
|
2003-08-14 10:51:42 +00:00 |
|
Jeremy Fincher
|
39cce9c3af
|
Changed from 's.find(x) != -1' to 'x in s'
|
2003-08-11 17:16:03 +00:00 |
|
Jeremy Fincher
|
e689904c90
|
Changed me handling in lart.
|
2003-06-18 06:45:21 +00:00 |
|
Jeremy Fincher
|
b633960740
|
Fixed lart code not to lart the bot himself.
|
2003-05-16 18:04:46 +00:00 |
|
Jeremy Fincher
|
f8bc027ede
|
Added morehelp for the whole module.
|
2003-04-20 06:26:17 +00:00 |
|
Jeremy Fincher
|
1bc77baebe
|
Added getlart, getexcuse, getinsult.
|
2003-04-09 17:03:15 +00:00 |
|
Jeremy Fincher
|
8f16571fdb
|
Fixed stupid syntax error (wrong quotes around praise)
|
2003-04-05 12:37:15 +00:00 |
|
Jeremy Fincher
|
7a3d06a2bb
|
Changed NOTNULL to NOT NULL and the order of the methods (yeah, I'm anal)
|
2003-04-05 10:24:40 +00:00 |
|
Brett Kelly
|
b5d47aa811
|
added numlarts, numinsults, and numexcuses
|
2003-04-04 02:35:18 +00:00 |
|
Jeremy Fincher
|
85e7e3ae05
|
Removed CHANGELOG and TODO, not very useful these days
|
2003-03-28 07:38:16 +00:00 |
|
Jeremy Fincher
|
6d56a864b4
|
Forgot irc.reply(msg, conf.replySuccess) in addlart.
|
2003-03-26 00:42:13 +00:00 |
|
Jeremy Fincher
|
0afc399bfc
|
Added module docstrings (which will later be used by the installer script.
|
2003-03-25 06:53:51 +00:00 |
|
James Vega
|
c803e5e9d8
|
Added vim:set ... : strings to source in order to keep file formatting
consistent between developers. Jeremy should be adding the equivalent
settings for emacs soon.
|
2003-03-24 08:41:19 +00:00 |
|
Jeremy Fincher
|
7801c84d84
|
Initial revision
|
2003-03-12 06:26:59 +00:00 |
|