Commit Graph

3098 Commits

Author SHA1 Message Date
James Vega fac4c5624c Removed any unnecessary configure methods (ones that only called
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
2004-01-29 23:58:27 +00:00
James Vega 17174d134d Fixed the configure() definition. Fixed Debian.file so that something like
"@debian file ntpq" actually works without the user needing meta-characters.
2004-01-29 23:51:20 +00:00
Stéphan Kochen 9423cbc97c Adduser works again. :) (and a small wizard bugfix) 2004-01-29 18:08:38 +00:00
Stéphan Kochen e0f1538613 Bad indent. 2004-01-29 17:58:38 +00:00
James Vega 7ebfa3f3da Since when is there a reload command in Misc? 2004-01-29 16:46:18 +00:00
Keith Jones 0c53779a1b Fixed calc docstring that I inadvertently messed up 2004-01-28 22:50:00 +00:00
Keith Jones 1ad8ba41e5 New tests for new convert command 2004-01-28 22:48:45 +00:00
James Vega bc11f76166 Updated configure() to only take one argument (onStart) and switched all of
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
2004-01-28 22:19:25 +00:00
Vincent Foley 7bdf8210cb Fixed a bug 2004-01-28 21:42:46 +00:00
Jeremy Fincher 4e5957d8d2 These don't work yet, but I need to be able to see my other diff. 2004-01-28 19:08:47 +00:00
Jeremy Fincher f57ceba827 Make sure network is always present, even if unset. 2004-01-28 19:07:21 +00:00
Jeremy Fincher c61e0c20d3 Converted to use the registry. 2004-01-28 19:05:16 +00:00
Jeremy Fincher ca06e32f53 Removed! Bwahahaha! LONG LIVE THE REGISTRYcvs remove src/configurable.pycvs remove src/configurable.py 2004-01-28 18:15:03 +00:00
Jeremy Fincher 9cf39dfca4 Changed the help of learn to match the registry. 2004-01-28 18:13:21 +00:00
Jeremy Fincher 43c00a3f94 Added a network attribute to the Irc object. 2004-01-28 16:55:08 +00:00
Vincent Foley 755f2c3564 *** empty log message *** 2004-01-28 16:43:17 +00:00
Jeremy Fincher 7f107ff9c2 Made maxSize a config variable, supybot.httpPeekSize. 2004-01-28 16:14:12 +00:00
Jeremy Fincher b2f5fb630c Made hierarchical. 2004-01-28 15:53:46 +00:00
Jeremy Fincher fda68a2252 Updated to add a few more configuration variables. 2004-01-28 14:05:21 +00:00
Daniel DiPaolo 1f60dc36c2 converted QuoteGrabs to use registry 2004-01-28 00:08:43 +00:00
James Vega 0e3a4c37e1 Changed the capabilities separator to ';' since we use ',' in the actual
capabilities.
2004-01-27 22:34:21 +00:00
Vincent Foley 3e2f3b7f77 Added tests to reflect the changes to pluralize() and depluralize() 2004-01-27 21:02:19 +00:00
Jeremy Fincher 214b7960bf Initial checkin. These don't work, but I figured I'd add them anyway. 2004-01-27 20:06:28 +00:00
Jeremy Fincher a6e8685c74 Added blank line. I don't remember why, but I'm tired of looking at it in CVS diff, and I'm sure I added it for a reason. 2004-01-27 20:05:36 +00:00
Jeremy Fincher aabb617eb8 Updated the comment in the templated configure. 2004-01-27 20:05:08 +00:00
Jeremy Fincher 78d4c39e1b Forgot not to import configurable. 2004-01-27 20:00:03 +00:00
Jeremy Fincher 10afe5b8dd Removed bestuptime. 2004-01-27 19:24:39 +00:00
Jeremy Fincher e7c019e59f Updated to the new registry dealio. 2004-01-27 18:43:20 +00:00
Jeremy Fincher 3f310efed7 Added a Regexp type. 2004-01-27 18:14:44 +00:00
Jeremy Fincher 64f4013a2f Updated to use the registry. 2004-01-27 18:09:35 +00:00
James Vega a53819a00d Fixed some bugs left over from registry conversion. 2004-01-27 16:48:41 +00:00
Jeremy Fincher 05097050ac Updated to use the registry. 2004-01-27 15:36:49 +00:00
Jeremy Fincher 0627cb9c1c Updated to use the registry. 2004-01-27 15:28:00 +00:00
Jeremy Fincher ca094203f5 Updated to use the registry. 2004-01-27 15:20:21 +00:00
Jeremy Fincher dbcbdb76fa Huh? 2004-01-27 12:29:06 +00:00
Jeremy Fincher 1f76272d91 Removed a URL. 2004-01-27 12:28:27 +00:00
Jeremy Fincher bd066d616e Made do001 more robust against failures loading. 2004-01-27 11:29:54 +00:00
Jeremy Fincher 3bac853c61 Some slight updates. 2004-01-27 11:25:36 +00:00
Jeremy Fincher 363fa7e6ea Changed to notice, stuck an extra empty line in. 2004-01-27 11:25:26 +00:00
Jeremy Fincher 385d803ec7 Fixed multiple logging of repr'ed msg. 2004-01-27 11:15:56 +00:00
Jeremy Fincher 048db92e65 Fixed no-help case in Config.help. 2004-01-27 00:42:17 +00:00
Jeremy Fincher 5b4b7f2e4b Oops, forgot a return. 2004-01-27 00:36:50 +00:00
Keith Jones 46e6fdaa62 removed stupid print statements 2004-01-26 23:34:28 +00:00
Keith Jones 69f4041c52 *** empty log message *** 2004-01-26 23:13:59 +00:00
Daniel DiPaolo 778f382229 Filled out the module docstring. 2004-01-26 21:19:07 +00:00
Jeremy Fincher 215a2b3a76 Changed to registry. 2004-01-26 19:17:59 +00:00
Jeremy Fincher 81009586fb Forgot to set the default in GroupWithValue. 2004-01-26 19:17:41 +00:00
Jeremy Fincher 578fca2c06 Deprecated the Friendly plugin. 2004-01-26 18:35:57 +00:00
Jeremy Fincher a54e5a6477 Added --groups to list; more tests. 2004-01-26 17:54:07 +00:00
Jeremy Fincher 8f4483bd6e Stop using cgitb because it's stupid. 2004-01-26 17:52:18 +00:00