Jeremy Fincher
|
6b72288bc2
|
A little more error-checking can't hurt.
|
2003-09-07 09:50:14 +00:00 |
|
Jeremy Fincher
|
315d8710dc
|
Added pipe syntax.
|
2003-09-07 09:41:47 +00:00 |
|
Jeremy Fincher
|
c2f73da997
|
Made @bug send an email to a private mailing list.
|
2003-09-07 07:41:56 +00:00 |
|
Jeremy Fincher
|
45044c525d
|
Made it copy the list of messages when <nick> is used.
|
2003-09-07 06:48:42 +00:00 |
|
Jeremy Fincher
|
017ddb198d
|
Added optional <nick> argument to more command.
|
2003-09-07 06:42:17 +00:00 |
|
Jeremy Fincher
|
8dc457961a
|
Added a bit better diagnostic to IrcCallback.__call__ except clause.
|
2003-09-07 06:08:16 +00:00 |
|
Jeremy Fincher
|
757154313e
|
Added first exception for pluralize.
|
2003-09-07 05:48:20 +00:00 |
|
Jeremy Fincher
|
01d71dc9a3
|
Changed maxHistory to 1000.
|
2003-09-07 05:27:24 +00:00 |
|
Jeremy Fincher
|
5ef3d7c5f5
|
Moved tell and last commands from FunCommands to MiscCommands.
|
2003-09-07 05:26:18 +00:00 |
|
Jeremy Fincher
|
5db67b0b2c
|
Changed (more) to show the number of remaining messages.
|
2003-09-07 05:13:58 +00:00 |
|
Jeremy Fincher
|
92b745f42f
|
Added bold to the (more) that gets appended.
|
2003-09-07 05:08:07 +00:00 |
|
Jeremy Fincher
|
723ff123e1
|
Fixed bug in more stuff.
|
2003-09-07 04:56:26 +00:00 |
|
Jeremy Fincher
|
3873b351f4
|
Added the more command.
|
2003-09-07 04:05:34 +00:00 |
|
Jeremy Fincher
|
2266faec5f
|
Fixed enable and disable not to allow ValueError through their makeAntiCapability calls.
|
2003-09-06 18:37:22 +00:00 |
|
Jeremy Fincher
|
5296d51dc2
|
Changed some asserts to raise ValueError instead.
|
2003-09-06 18:32:10 +00:00 |
|
Jeremy Fincher
|
91de0b066c
|
Fix bug that didn't allow commands without arguments in onStart.
|
2003-09-06 08:00:46 +00:00 |
|
Jeremy Fincher
|
c0eb527117
|
Uh, why did I raise? I don't know. Anyway, handle write errors correctly in _sendIfMsgs.
|
2003-09-06 07:45:47 +00:00 |
|
Jeremy Fincher
|
7d01f9eeb3
|
Made IrcState handle empty TOPIC correctly.
|
2003-09-06 02:09:02 +00:00 |
|
Jeremy Fincher
|
3eb86b8869
|
Made PRIVMSG and NOTICE low-priority so TOPIC would happen before them.
|
2003-09-06 02:01:44 +00:00 |
|
Jeremy Fincher
|
c45e38b537
|
Added ability to send empty topic messages to get the current topic.
|
2003-09-06 01:28:12 +00:00 |
|
Jeremy Fincher
|
be45eb2e25
|
Reordered some statements.
|
2003-09-06 01:13:43 +00:00 |
|
Jeremy Fincher
|
15c115d028
|
Added a sanity guard to finalEval and changed a debug.printf to a debug.msg.
|
2003-09-06 01:07:08 +00:00 |
|
Jeremy Fincher
|
da329a3196
|
Changed priority of OwnerCommands to make sure it's ***always*** first.
|
2003-09-06 01:05:52 +00:00 |
|
Jeremy Fincher
|
5bc445fd5d
|
Added docstring for CapabilityCheckingPrivmsg
|
2003-09-06 00:37:28 +00:00 |
|
Jeremy Fincher
|
0719bdec92
|
Added priority stuff for RFE #799899
|
2003-09-05 19:28:04 +00:00 |
|
Jeremy Fincher
|
dd6f5de32e
|
Minor cosmetic changes.
|
2003-09-05 18:54:35 +00:00 |
|
Jeremy Fincher
|
57146b93cf
|
Added tests for src/ modules.
|
2003-09-05 18:47:58 +00:00 |
|
Jeremy Fincher
|
7e80782452
|
Added a test to make sure JOINs happen before WHOs, and changed code to make that the case.
|
2003-09-05 18:16:51 +00:00 |
|
Jeremy Fincher
|
7b3a62eacf
|
Fixed bug with empty [] in command.
|
2003-09-05 07:26:55 +00:00 |
|
Jeremy Fincher
|
15f4ad8e60
|
Converted timeElapsed to use nItems.
|
2003-09-05 06:50:06 +00:00 |
|
Jeremy Fincher
|
bef838bf42
|
The setattr of the _exec function wasn't right.
|
2003-09-04 21:46:16 +00:00 |
|
Jeremy Fincher
|
dd27e3ae23
|
Forgot to import utils.
|
2003-09-04 21:41:31 +00:00 |
|
Jeremy Fincher
|
f65829b768
|
Moved several things from fix.py to utils.py.
|
2003-09-04 20:42:37 +00:00 |
|
Jeremy Fincher
|
708e8e553b
|
Forget docstring and to remove the old regexp.
|
2003-09-04 17:33:04 +00:00 |
|
Jeremy Fincher
|
64459c93ec
|
Fixed unColor to be right.
|
2003-09-04 17:32:27 +00:00 |
|
Jeremy Fincher
|
bb91ade49e
|
Updated world.upkeep to return the number of objects that have been collected and updated the upkeep command to return that number.
|
2003-09-03 17:27:08 +00:00 |
|
Jeremy Fincher
|
9256468885
|
Changed maxHistory to 300.
|
2003-09-03 17:17:36 +00:00 |
|
Jeremy Fincher
|
f06a552b73
|
Fixed bug in socketDrivers and made it less likely to happen with a fix in drivers.
|
2003-09-03 11:06:02 +00:00 |
|
Jeremy Fincher
|
25aca81c9a
|
Added warning about blocking in the morehelp for cvsup.
|
2003-09-03 09:57:30 +00:00 |
|
Jeremy Fincher
|
0a2d17396e
|
Updated module docstring.
|
2003-09-03 09:50:04 +00:00 |
|
Jeremy Fincher
|
f0816d56a7
|
Changed bold and mircColor to use the right ender \x0F.
|
2003-09-03 09:46:06 +00:00 |
|
Jeremy Fincher
|
4c980aeb3e
|
Added nItems.
|
2003-09-03 09:40:26 +00:00 |
|
Jeremy Fincher
|
9a1959e04d
|
Made _checkNotChannel return False if it's sent in a channel, and checked that return value in the resulting functions.
|
2003-09-03 09:22:59 +00:00 |
|
Jeremy Fincher
|
a764de50ad
|
Added sortBy, which uses the decorate/sort/undecorate pattern to sort by a certain criteria.
|
2003-09-03 08:51:45 +00:00 |
|
Jeremy Fincher
|
64c97a7c98
|
Added morehelps for some functions.
|
2003-09-02 19:55:53 +00:00 |
|
Jeremy Fincher
|
8f475fdcdd
|
The command finder function (I forget the name) would find serendipitously named methods in PrivmsgRegexp, and that's bad. Fixed and added a test for the known case of it.
|
2003-09-02 07:30:35 +00:00 |
|
Jeremy Fincher
|
83707f81c1
|
Added normalizeWhitespace.
|
2003-09-01 18:39:27 +00:00 |
|
Jeremy Fincher
|
ebc00fe4d7
|
Fixed logging of ignores to actually say who's being ignored.
|
2003-09-01 18:35:00 +00:00 |
|
Jeremy Fincher
|
5c92c85342
|
Changed socketDrivers to be the default Driver.
|
2003-09-01 17:35:09 +00:00 |
|
Jeremy Fincher
|
1d77fa5354
|
Added exponential (well, 0 -> 60 -> 300) reconnect backoff.
|
2003-09-01 17:31:24 +00:00 |
|