Jeremy Fincher
|
176b9b30b6
|
Fix for RFE #801934: Response in case of non-commands.
|
2003-09-10 08:32:20 +00:00 |
|
Jeremy Fincher
|
e0fae30f46
|
Now allow multiple plugin directories, RFE #802614.
|
2003-09-10 06:05:58 +00:00 |
|
Jeremy Fincher
|
f95a804fe9
|
Changed asserts to show the repr() if they fail.
|
2003-09-09 20:44:58 +00:00 |
|
Jeremy Fincher
|
671648368a
|
Added version check to the template.
|
2003-09-09 08:04:25 +00:00 |
|
Jeremy Fincher
|
071f3916f8
|
Most IrcMsg.__hash__ were returning 0, because I was using & instead of ^
|
2003-09-08 20:29:02 +00:00 |
|
Jeremy Fincher
|
61a0142265
|
Added functionality to protect private commands from being @more <nicked>, and fixed the fact that it doesn't work across the Relay.
|
2003-09-08 19:43:33 +00:00 |
|
James Vega
|
6b3600c1e5
|
Added replyNotRegistered
|
2003-09-08 08:46:23 +00:00 |
|
Jeremy Fincher
|
f818efa588
|
Added better logging of message times and prefixName option to IrcObjectProxy.reply.
|
2003-09-08 08:44:51 +00:00 |
|
Jeremy Fincher
|
6aa3e06402
|
Raise ValueError in the case of bad input.
|
2003-09-08 06:10:06 +00:00 |
|
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 |
|