Jeremy Fincher
b9abf8427a
Removed killProxy, which was never used.
2004-01-26 03:50:15 +00:00
Jeremy Fincher
b8f497af21
Removed useless comment.
2004-01-26 03:48:05 +00:00
Jeremy Fincher
73a660164d
Added optional 'to' handling to translate.
2004-01-25 18:13:13 +00:00
Jeremy Fincher
64b368381f
Fixed capitalization bug in @seen.
2004-01-25 17:24:35 +00:00
Jeremy Fincher
b94a7a3b4e
Made defaultplugin use the registry.
2004-01-25 08:22:50 +00:00
Keith Jones
977d7a2279
First functional commit; units.dat placed in file & read with StringIO.
2004-01-25 07:04:45 +00:00
Keith Jones
f36113a697
New convert command uses convertcore.py, plus updated units command.
...
Additionally, _floatToString now slightly more lax in checking "near
enough" to zero, and uses same check for "near enough" to int. This was
done so that convert [calc 2*pi] rads to degrees equals exactly 360.
2004-01-25 07:03:27 +00:00
Jeremy Fincher
78eafe3fa6
Fixed the sqrt bug submitted by kmj.
2004-01-24 18:57:01 +00:00
Jeremy Fincher
f3b49e4e88
Added cyborg.
2004-01-23 16:41:01 +00:00
Jeremy Fincher
75ef7630a8
Factored out _floatToString.
2004-01-23 15:43:09 +00:00
Jeremy Fincher
fbf417adb2
Improved the default supybot.replies.noUser.
2004-01-23 14:52:04 +00:00
Jeremy Fincher
4308350a35
Updated slightly.
2004-01-23 14:20:57 +00:00
Jeremy Fincher
7202aa6d22
Some updates.
2004-01-23 13:32:02 +00:00
Jeremy Fincher
c4bb73205f
Moved StringWithSpaceOnRight to registry.py.
2004-01-23 13:28:53 +00:00
Jeremy Fincher
e189ec24a8
Added some handling for 'try' in the pluralization stuff.
2004-01-23 13:23:20 +00:00
Jeremy Fincher
c62702cfc3
Foo!
2004-01-23 13:08:42 +00:00
Vincent Foley
89dadb78c6
removed the configurables I had forgotten to remove
2004-01-23 03:40:46 +00:00
Vincent Foley
d5bb45eacc
Modified it to work with the new config scheme
2004-01-22 21:43:07 +00:00
Jeremy Fincher
3327eae8a0
Updated, fixed a bug, started on dynamic reloading.
2004-01-22 20:16:21 +00:00
Jeremy Fincher
734fc710e8
Made list not show the full name of the registry entry.
2004-01-22 20:14:43 +00:00
Jeremy Fincher
f1ac644013
Small update to normalize whitespace of prompts.
2004-01-22 19:53:04 +00:00
Jeremy Fincher
8f1d5bb779
Updated.
2004-01-22 19:41:01 +00:00
Jeremy Fincher
b6dac88b44
Added a mini-wizard for people who run without a registry file.
2004-01-22 19:37:17 +00:00
Jeremy Fincher
108bbd8c4f
Factored out _floatToString for kmj.
2004-01-22 00:52:11 +00:00
Jeremy Fincher
aa426edd0c
More, better workaround for the mx.DateTime suckiness.
2004-01-22 00:45:37 +00:00
Daniel DiPaolo
46ec7d815c
Oops, missed a "return" causing "seen --user idontexist" to double-reply.
2004-01-22 00:28:07 +00:00
Jeremy Fincher
bdafdfe113
Cleaned up a few logging messages.
2004-01-21 23:35:34 +00:00
Jeremy Fincher
5ac4a569a1
Oops, wrong variable name.
2004-01-21 21:28:03 +00:00
Jeremy Fincher
87c26da18e
Fixed capitalization bug.
2004-01-21 20:19:38 +00:00
Jeremy Fincher
bb92d8e40b
Converted to use the new registry dealio.
2004-01-21 20:10:08 +00:00
Jeremy Fincher
e9b8c406d9
You don't need global unless you're reassigning the global name :)
2004-01-21 19:16:55 +00:00
Jeremy Fincher
27639a9c3a
Added registerGroup.
2004-01-21 19:13:59 +00:00
Jeremy Fincher
ac8bb2ed08
Removed the reset command. We can nest default, if we want.
2004-01-21 19:13:43 +00:00
Jeremy Fincher
8cc8bba9e0
Made do001 handle already-loaded plugins (like, uh, right after reconnecting...)
2004-01-21 19:13:20 +00:00
Jeremy Fincher
fea97c96b5
Handled non-existent helps.
2004-01-21 19:12:51 +00:00
Jeremy Fincher
52bdcaf41d
Converted RSS to the new registry dealio.
2004-01-21 19:11:27 +00:00
Jeremy Fincher
1714359f0a
Added an extra assert to testString.
2004-01-21 19:08:02 +00:00
Jeremy Fincher
0cb2be6d3f
Updated.
2004-01-21 17:56:06 +00:00
Jeremy Fincher
58332ad382
Added several new types for better error checking, converted supybot.channels to be space-separated, and made Admin.{join,nick} Do The Right Thing.
2004-01-21 17:13:04 +00:00
Jeremy Fincher
bd47403bf0
Made registryValue work with dotted syntax.
2004-01-21 16:25:38 +00:00
Jeremy Fincher
b2b9f64558
Reimplemented CommaSeparatedStringType in an extensible manner.
2004-01-21 16:15:31 +00:00
Jeremy Fincher
4b8df598a9
Made to annotate by default.
2004-01-21 15:52:47 +00:00
Keith Jones
114f9b3215
*** empty log message ***
2004-01-21 15:52:01 +00:00
Jeremy Fincher
03e3ad47a0
Added a little extra error catching in irclib.Irc.takeMsg.
2004-01-21 15:50:38 +00:00
Jeremy Fincher
19e9d86a7c
Added an annotated option to registry.close and a fullNames option (to be used later) to getValues.
2004-01-21 15:48:48 +00:00
Jeremy Fincher
0e1b6923f7
Workaround for sqlite stupidity.
2004-01-21 10:57:55 +00:00
James Vega
2963fd352d
Add some tests for Sf.todo* and make a little TODO for anyone that's
...
interested/me to remember
2004-01-21 06:32:17 +00:00
James Vega
c801aa9c46
Massive updates. urllib2 -> webutils, configurables -> registry, fix
...
Debian.version
2004-01-21 04:17:18 +00:00
James Vega
2f3ad5893c
Update to use the registry
2004-01-21 02:19:47 +00:00
James Vega
7336a4c9ad
Someone forgot to convert the testsuite when FunDB.num was switched to
...
FunDB.stats. Took care of that and updated to use the registry.
2004-01-21 02:19:26 +00:00