James Vega
|
84f931bb9f
|
Lots of pylint cleanups
|
2003-10-11 21:03:02 +00:00 |
|
Jeremy Fincher
|
ec0de6431d
|
Changed baseplugin not to require 'from baseplugin import *' because fix is now munging builtins.
|
2003-10-05 12:56:56 +00:00 |
|
Jeremy Fincher
|
3af3b4c985
|
__all__'ed baseplugin.py, updated other plugins to reflect that.
|
2003-10-04 13:53:13 +00:00 |
|
Jeremy Fincher
|
195dc208dd
|
Made quotes.randomquote simple dispatch to a quote with a --id option.
|
2003-10-04 10:22:36 +00:00 |
|
Jeremy Fincher
|
b4b2b2b883
|
Added --with option to quote command.
|
2003-09-22 22:11:05 +00:00 |
|
James Vega
|
f524ec0ac9
|
plugins/Quotes.py: addquote now announces the id of the new quote
test/test_Quotes.py: updated to reflect change in plugin
|
2003-09-12 13:23:09 +00:00 |
|
James Vega
|
91274d3f54
|
addquote now returns the number id of the quote that was added, i.e. Quote #4 added
|
2003-09-12 10:54:25 +00:00 |
|
Jeremy Fincher
|
19a9804dee
|
Added a test and fixed several bugs it found.
|
2003-08-26 18:10:17 +00:00 |
|
Jeremy Fincher
|
3dd176ab63
|
Updated a whole lot of stuff.
|
2003-08-26 17:07:37 +00:00 |
|
Jeremy Fincher
|
79b199cec1
|
Removed list of commands in module docstring.
|
2003-08-26 11:26:12 +00:00 |
|
Jeremy Fincher
|
0cf31453bc
|
Fixed ugliness (tons of returns?) and SyntaxError (missing parenthese).
|
2003-08-26 11:25:43 +00:00 |
|
Jeremy Fincher
|
cfe4ce14a9
|
Fixed ugliness (tons of returns?) and SyntaxError (missing parenthese).
|
2003-08-26 11:24:06 +00:00 |
|
Jeremy Fincher
|
5289f6bc75
|
Renamed conf.timestampFormat to conf.logTimestampFormat and added conf.humanTimestampFormat.
|
2003-08-26 11:15:15 +00:00 |
|
Jeremy Fincher
|
ca646716b1
|
Removed spaces at the end of lines.
|
2003-08-20 16:26:23 +00:00 |
|
Jeremy Fincher
|
c39fba7b0b
|
Syntax fix for SQL.
|
2003-04-21 13:07:01 +00:00 |
|
Jeremy Fincher
|
4f54eb864e
|
Added 'quotes' to docstring (wasn't there before)
|
2003-04-06 12:24:56 +00:00 |
|
Jeremy Fincher
|
55aaa596e0
|
Changed DBHandler to ChannelDBHandler
|
2003-03-28 05:15:08 +00:00 |
|
Jeremy Fincher
|
273e426972
|
Changed randomquote to give the number of the quote
|
2003-03-25 23:26:31 +00:00 |
|
Jeremy Fincher
|
d3e28c1cfe
|
Fixed randomquote in the face of an empty database.
|
2003-03-25 20:12:27 +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 |
|