Jeremy Fincher
|
40f63858b0
|
Make apropos not case-sensitive.
|
2004-12-20 18:51:05 +00:00 |
|
Jeremy Fincher
|
4c555d40c1
|
Fixed a bugz0r of no arguments given to Misc.help.
|
2004-10-27 08:15:18 +00:00 |
|
Jeremy Fincher
|
f4f35f5d7c
|
Fixed some help stuff.
|
2004-10-27 07:05:58 +00:00 |
|
Jeremy Fincher
|
8324de6da4
|
Help abstraction.
|
2004-10-27 04:29:03 +00:00 |
|
James Vega
|
cbd5abbab7
|
A bunch more %r -> %s conversions as well as wrap updates, new policy for
Channel.voice and some bug fixes for Debian
|
2004-10-25 22:59:03 +00:00 |
|
Jeremy Fincher
|
c943ab77bb
|
Made commands.wrap stop doing decorators, exposed thread and urlSnarfer, and changed plugins accordingly.
|
2004-10-22 05:56:55 +00:00 |
|
Jeremy Fincher
|
5fc347f3f0
|
Extra dashes, begone\!
|
2004-10-19 12:05:30 +00:00 |
|
Jeremy Fincher
|
8436a7e590
|
Fixed contributors test failure.
|
2004-10-19 11:08:35 +00:00 |
|
Jeremy Fincher
|
9d0fa5e3ff
|
Changed callerInChannel to callerInGivenChannel; added nickInChannel, added matches, and raised a subclass of KeyError from getConverter so we get prettier tracebacks.
|
2004-10-19 03:10:58 +00:00 |
|
Jeremy Fincher
|
1bd09d016f
|
Changed an optional to an additional.
|
2004-10-19 02:31:31 +00:00 |
|
James Vega
|
bec6b54cbc
|
Update to use new commands.wrap. There are still some issues with some of
the commands (such as Misc.help), but works overall.
|
2004-10-13 15:23:14 +00:00 |
|
Daniel DiPaolo
|
d4b30b6214
|
Added new behavior for Misc.last when nested - can optionally exclude the nick
and timestamp
|
2004-10-08 16:00:51 +00:00 |
|
James Vega
|
e69f086b51
|
We need to str() module.__author__ before munging the email address.
|
2004-10-05 01:32:43 +00:00 |
|
Jeremy Fincher
|
4dd07b1690
|
Converted to use commands.
|
2004-10-02 20:12:48 +00:00 |
|
Jeremy Fincher
|
2ff2dadd81
|
Fix for bug #1038895.
|
2004-10-02 15:51:40 +00:00 |
|
Jeremy Fincher
|
15b7063eac
|
Slightly less broken Engrish.
|
2004-09-30 07:59:02 +00:00 |
|
Jeremy Fincher
|
3e58419338
|
Various minor refactorings, moved supybot.reply.{brackets,pipeSyntax} to supybot.commands.nested.
|
2004-09-23 23:15:27 +00:00 |
|
James Vega
|
10c8cc5e58
|
Grate spelink!
|
2004-09-23 16:28:53 +00:00 |
|
James Vega
|
19b2e37dad
|
Let's not default to just the network Misc.last was called on. It's kinda
counter-intuitive.
|
2004-09-23 16:08:11 +00:00 |
|
Jeremy Fincher
|
94f80e5773
|
Augmented help for Misc.plugin.
|
2004-09-23 15:30:43 +00:00 |
|
Jeremy Fincher
|
16b9fb386e
|
Added a repr keyword argument to errorInvalid and used it to fix bug #1030474.
|
2004-09-22 22:41:58 +00:00 |
|
Jeremy Fincher
|
998f61cce8
|
Moved disambiguation stuff to callbacks.IOP. Also fixed rename-persistence.
|
2004-09-22 21:38:20 +00:00 |
|
James Vega
|
50973a10fb
|
Remove #! lines.
|
2004-09-20 03:01:50 +00:00 |
|
Jeremy Fincher
|
c7278b5902
|
better output.
|
2004-09-16 18:49:29 +00:00 |
|
Jeremy Fincher
|
556f9ccaeb
|
Fixed help for plugins.
|
2004-09-16 16:36:12 +00:00 |
|
Jeremy Fincher
|
8a7681aa51
|
We added the ability for a command to determine if it's nested or not, so we can make this prettier.
|
2004-09-16 14:51:40 +00:00 |
|
Jeremy Fincher
|
9be4fd112d
|
Finally got topological sorting working.
|
2004-09-16 10:28:59 +00:00 |
|
Jeremy Fincher
|
f53d3d5934
|
Added Time plugin, moved Misc.seconds to it.
|
2004-09-15 14:39:34 +00:00 |
|
Kevin Murphy
|
92ae571aca
|
Made some semantic code changes
Fixed an error with properly pluralizing the word 'command' in the contributions output
|
2004-09-13 07:11:54 +00:00 |
|
Jeremy Fincher
|
781edef0eb
|
Fixed bugz0r I added.
|
2004-09-13 01:14:38 +00:00 |
|
Jeremy Fincher
|
139ce9871c
|
Re-added priority for appropriate interaction with irclib.IrcCallbacks.
|
2004-09-12 20:26:36 +00:00 |
|
Jeremy Fincher
|
a9694c1012
|
Network plugin for network-related commands.
|
2004-09-12 05:46:18 +00:00 |
|
Kevin Murphy
|
1f0a21c86a
|
Oops... Missed a case where the plugin's author is the only listed contributor
Minor changes to more accurately adhere to Supybot coding standards
|
2004-09-10 08:52:03 +00:00 |
|
Kevin Murphy
|
9b0ffcfdb5
|
Included contributors command
Added self as plugin contributor
|
2004-09-10 08:31:59 +00:00 |
|
Jeremy Fincher
|
f21689a01a
|
Fixed invalidCommand flood protection.
|
2004-09-10 07:40:24 +00:00 |
|
Jeremy Fincher
|
ee4768634f
|
Changed to __lt__ instead of __cmp__ -- it's simpler and doesn't screw with equality.
|
2004-09-10 07:27:42 +00:00 |
|
James Vega
|
51ad408ff3
|
Use our newly annotated ircmsgs to enhance Misc.last's output.
|
2004-09-10 06:45:27 +00:00 |
|
Jeremy Fincher
|
c573ab5996
|
New plugin prioritization method.
|
2004-09-10 06:30:21 +00:00 |
|
Jeremy Fincher
|
ee70224aa3
|
Changed callCommand to give a name rather than a method; added invalidCommand throttling, ctcp throttling, and whole bunch of other crap.
|
2004-09-08 23:34:48 +00:00 |
|
Jeremy Fincher
|
3db2904ed0
|
Updated for new authors abstraction (single points of control are good).
|
2004-09-01 06:06:54 +00:00 |
|
Jeremy Fincher
|
6b1f742e71
|
prefixChars == reply.whenAddressedBy.chars.
|
2004-08-25 23:03:42 +00:00 |
|
James Vega
|
dbc3b59499
|
we need the world
|
2004-08-25 17:05:27 +00:00 |
|
James Vega
|
07757282f2
|
Add --without option for Mist.last
|
2004-08-24 20:22:12 +00:00 |
|
Jeremy Fincher
|
25efb6fc74
|
Reverted Misc and updated STYLE to reflect what I thought I'd already documented somewhere.
|
2004-08-23 13:30:35 +00:00 |
|
Jeremy Fincher
|
fbb348b6e7
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
|
Jeremy Fincher
|
1c5faf37b2
|
Moved the networks command here from the Relay plugin.
|
2004-08-23 12:14:37 +00:00 |
|
Grant Bowman
|
181f9899b4
|
Use of (preferred?) format string notation.
|
2004-08-23 05:33:59 +00:00 |
|
James Vega
|
b77d6d0afc
|
Make the error a little more descriptive
|
2004-08-23 04:41:07 +00:00 |
|
Jeremy Fincher
|
21dea0efc5
|
Allow revision to accept wildcards.
|
2004-08-22 15:22:17 +00:00 |
|
Jeremy Fincher
|
d36459ab0b
|
More spelling/capitalization normalization.
|
2004-08-19 13:33:34 +00:00 |
|