Jeremy Fincher
|
530aec2be0
|
Updated the reply infrastructure. No more msg, it's just not necessary.
|
2004-01-08 03:12:14 +00:00 |
|
Jeremy Fincher
|
f1a68ff16f
|
Moved seconds command to Misc from Scheduler.
|
2004-01-04 15:19:41 +00:00 |
|
Jeremy Fincher
|
e869cf7660
|
A little logging change.
|
2004-01-01 20:18:13 +00:00 |
|
Jeremy Fincher
|
590c9c64a0
|
Made help handle defaultplugins and whatnot correctly.
|
2003-12-12 17:53:16 +00:00 |
|
Jeremy Fincher
|
42ce8c33a6
|
Swapped the argument order for utils.{pluralize,nItems}
|
2003-12-12 15:41:33 +00:00 |
|
Jeremy Fincher
|
091be1311d
|
Spread out some tests, made action error on the empty string.
|
2003-12-10 04:38:44 +00:00 |
|
Jeremy Fincher
|
a6099943b4
|
Fix for bug #857054.
|
2003-12-09 21:32:55 +00:00 |
|
Jeremy Fincher
|
2fea3e788e
|
Fixed RFE #855159.
|
2003-12-07 00:13:56 +00:00 |
|
Jeremy Fincher
|
4e5e568244
|
Fix for bug #852433.
|
2003-12-02 11:06:39 +00:00 |
|
Jeremy Fincher
|
b473532b4c
|
Made last default to the current channel.
|
2003-12-02 10:55:22 +00:00 |
|
Jeremy Fincher
|
d5c9873231
|
New logfilesize.
|
2003-11-26 19:24:28 +00:00 |
|
Jeremy Fincher
|
48166f4895
|
Huge update to the logging infrastructure.
|
2003-11-26 18:21:12 +00:00 |
|
Jeremy Fincher
|
4770ef1b3f
|
Added the to= keyword argument to reply.
|
2003-11-25 11:08:57 +00:00 |
|
Jeremy Fincher
|
86524fa148
|
Added revision command for finding out the revision of supybot's files.
|
2003-11-25 09:32:18 +00:00 |
|
Jeremy Fincher
|
4cb49606c5
|
Stopped listing the plugin dispatcher command in the commands list.
|
2003-11-25 08:51:27 +00:00 |
|
Jeremy Fincher
|
a4284e7924
|
Added __revision__ strings.
|
2003-11-25 08:38:19 +00:00 |
|
Jeremy Fincher
|
a8f31360e6
|
Changed last to be slightly more effiicent; changed a map to an imap.
|
2003-11-15 03:21:34 +00:00 |
|
Daniel DiPaolo
|
b40a7e7757
|
Oops, if you remove a switch, remove it in the help :)
|
2003-11-13 01:34:21 +00:00 |
|
Jeremy Fincher
|
bb231a19e5
|
Removed --fancy option; made True the default.
|
2003-11-12 00:27:34 +00:00 |
|
Jeremy Fincher
|
2e0b225d0c
|
Changed the needed= keyword arg in privmsgs.getArgs to required=.
|
2003-11-11 13:20:06 +00:00 |
|
Jeremy Fincher
|
3b6b478aac
|
Moved action to Misc from Utilities.
|
2003-11-11 11:32:09 +00:00 |
|
Jeremy Fincher
|
58cf080109
|
Fixed the nesting bug with testEval and testCalc.
|
2003-10-29 23:40:14 +00:00 |
|
Jeremy Fincher
|
e556e783b1
|
Moved ambiguous command handling to Owner; fixed handling of empty nested command.
|
2003-10-29 23:02:27 +00:00 |
|
Jeremy Fincher
|
3db33b5ef3
|
Removed the replyWhenNotCommand machinery entirely.
|
2003-10-28 05:17:59 +00:00 |
|
Jeremy Fincher
|
5750480714
|
Forgot to set the prioirity appropriately.
|
2003-10-28 05:03:56 +00:00 |
|
Jeremy Fincher
|
e03c65f753
|
Changed the whole handling of nonCommands and ambiguousCommands and whatnot. Now plugins can define an 'invalidCommand' method to be called on invalid commands.
|
2003-10-28 00:22:15 +00:00 |
|
Jeremy Fincher
|
fc11ff4f24
|
Handle properly the case where no matching commands were found.
|
2003-10-27 04:59:54 +00:00 |
|
Jeremy Fincher
|
fbd08fe704
|
Added the plugin name to the command if the command is abiguous.
|
2003-10-26 17:39:01 +00:00 |
|
Jeremy Fincher
|
5ddd26cc69
|
Fixed a bugger in Misc.py.
|
2003-10-24 21:59:49 +00:00 |
|
Jeremy Fincher
|
a666eddd16
|
Added RFE #827538 and fixed the help test.
|
2003-10-24 21:55:34 +00:00 |
|
Jeremy Fincher
|
143448c50a
|
Made sure plugins are sorted in error messages.
|
2003-10-24 21:35:59 +00:00 |
|
Jeremy Fincher
|
af402fd60a
|
Added a configuration option to show only syntax on ArgumentError.
|
2003-10-24 11:31:09 +00:00 |
|
Jeremy Fincher
|
1657339433
|
Fixed some help strings.
|
2003-10-22 18:49:51 +00:00 |
|
Jeremy Fincher
|
689c464012
|
Made --from use ircutils.nickEqual.
|
2003-10-22 08:08:59 +00:00 |
|
Jeremy Fincher
|
d28b015b52
|
Added an apropos command.
|
2003-10-22 04:32:29 +00:00 |
|
Jeremy Fincher
|
0769c0a586
|
Added special handling to make sure reloading Misc doesn't kill MoobotFactoids.
|
2003-10-21 22:24:13 +00:00 |
|
Jeremy Fincher
|
be97120c63
|
Made the hostmask command default to providing the hostmask of the person asking giving the command if no nick is provided.
|
2003-10-21 21:33:27 +00:00 |
|
Jeremy Fincher
|
d472938bae
|
Made the ambiguous error message when multiple commands are ambiguous a little prettier.
|
2003-10-21 19:00:12 +00:00 |
|
Jeremy Fincher
|
3c4a53c42c
|
Slightly changed the error message to make it sound better.
|
2003-10-21 17:57:16 +00:00 |
|
Jeremy Fincher
|
912fb78afb
|
Made the last test pass.
|
2003-10-21 17:14:28 +00:00 |
|
Jeremy Fincher
|
c67a3eae19
|
Fixed ambiguous error handling.
|
2003-10-21 07:26:29 +00:00 |
|
Jeremy Fincher
|
ab2bea589a
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
|