Jeremy Fincher
|
73c3b811aa
|
Changed style of ord command to be cleaner.
|
2003-06-13 16:53:33 +00:00 |
|
Jeremy Fincher
|
046c6998e4
|
Fixed binary command.
|
2003-06-12 16:05:27 +00:00 |
|
Jeremy Fincher
|
1a704ef1f7
|
Made Markov module threaded.
|
2003-06-10 16:51:21 +00:00 |
|
Jeremy Fincher
|
a6d9ee029f
|
Fixed the null nick problem with the IRC bot's own messages.
|
2003-06-10 07:31:11 +00:00 |
|
Jeremy Fincher
|
d9b994f6fe
|
Fixed bug in Irc.reset.
|
2003-06-06 04:47:18 +00:00 |
|
Jeremy Fincher
|
1131cc4f15
|
Changed format of ACTIONs to match normal PRIVMSGs.
|
2003-06-05 21:03:22 +00:00 |
|
Jeremy Fincher
|
51cb83d3e6
|
Made logging for rate limiting more informative.
|
2003-06-05 10:00:31 +00:00 |
|
Jeremy Fincher
|
4c6e33b72d
|
Added rudimentary profiling support.
|
2003-06-04 05:23:55 +00:00 |
|
Jeremy Fincher
|
90409d0e19
|
Braino.
|
2003-06-04 04:48:49 +00:00 |
|
Jeremy Fincher
|
d810fe37b0
|
TypoError.
|
2003-06-04 04:45:46 +00:00 |
|
Jeremy Fincher
|
bbb46497b5
|
TypoError.
|
2003-06-04 04:44:19 +00:00 |
|
Jeremy Fincher
|
93df6be0c3
|
TypoError.
|
2003-06-04 04:42:32 +00:00 |
|
Jeremy Fincher
|
7d594954f7
|
Added another assert for proper IndexError raising.
|
2003-06-04 04:36:30 +00:00 |
|
Jeremy Fincher
|
f2ae4b5f34
|
Finally found the underlying cause of the relaynames bug.
|
2003-06-04 03:56:59 +00:00 |
|
Jeremy Fincher
|
82bb295b20
|
Fixed enqueuing in deepthought.
|
2003-06-03 05:24:21 +00:00 |
|
Jeremy Fincher
|
ee805e2860
|
Fixed IndexError on empty deepthoughtq.
|
2003-06-03 03:25:19 +00:00 |
|
Jeremy Fincher
|
b1a1c85a17
|
Fixed bug in queue.__{get,set}item__.
|
2003-06-03 03:24:06 +00:00 |
|
Jeremy Fincher
|
a35bf21b4e
|
Made sure utils.timeElapsed doesn't go all decimal on me.
|
2003-06-03 03:18:14 +00:00 |
|
Jeremy Fincher
|
ae3623f49f
|
Added two more tests.
|
2003-06-02 22:02:28 +00:00 |
|
Jeremy Fincher
|
f35c9e8d05
|
Had wrong channel argument in IrcStat.do332.
|
2003-06-02 07:27:43 +00:00 |
|
Jeremy Fincher
|
800efee2ea
|
Removed spurious quoting from acronym.
|
2003-06-02 07:21:35 +00:00 |
|
Jeremy Fincher
|
ec8011347c
|
Fixed bug in Channel.
|
2003-06-02 07:21:08 +00:00 |
|
Jeremy Fincher
|
4be5d42dc5
|
Fixed Http.deepthought to queue thoughts and to import structures for such queueing.
|
2003-06-02 06:55:51 +00:00 |
|
Jeremy Fincher
|
f0c32e039d
|
Stupid SyntaxError...grrr...
|
2003-06-02 06:51:09 +00:00 |
|
Jeremy Fincher
|
76539b36ef
|
Made it so if IndexError is raised, the data structure isn't modified in __delitem__
|
2003-06-02 06:47:53 +00:00 |
|
Jeremy Fincher
|
0f018d0221
|
Changed acronym to allow as many acronyms as possible.
|
2003-06-02 06:46:40 +00:00 |
|
Jeremy Fincher
|
b6e9d10a96
|
Added import sre_constants.
|
2003-06-02 06:42:15 +00:00 |
|
Jeremy Fincher
|
f10eff889d
|
Added import utils.
|
2003-06-02 06:41:35 +00:00 |
|
Jeremy Fincher
|
9bf2b8a624
|
Handled case in last where argument isn't an integer.
|
2003-06-02 05:57:54 +00:00 |
|
Jeremy Fincher
|
c31078339b
|
Failed google now handled in googleSnarfer.
|
2003-06-02 05:53:16 +00:00 |
|
Jeremy Fincher
|
663a9f75ae
|
Failed regexp now handled in googlegroups.
|
2003-06-02 05:48:57 +00:00 |
|
Jeremy Fincher
|
c5e1e8e89a
|
Fixed NameError in topic.
|
2003-06-02 05:42:57 +00:00 |
|
Jeremy Fincher
|
00d186cc42
|
Forgot underscore in isNick.
|
2003-06-02 05:31:13 +00:00 |
|
Jeremy Fincher
|
0cfde66a7e
|
Fixed a few tests.
|
2003-05-29 17:07:45 +00:00 |
|
Jeremy Fincher
|
66497f1f4e
|
Added __delitem__ (untested, though)
|
2003-05-29 17:06:04 +00:00 |
|
Jeremy Fincher
|
f40780156e
|
Added IrcCommandDispatcher as base class for IrcCallback and IrcState.
|
2003-05-29 17:03:42 +00:00 |
|
Jeremy Fincher
|
db4495111c
|
Changed a debug.printf to a debug.msg.
|
2003-05-29 16:37:03 +00:00 |
|
Jeremy Fincher
|
97ce807088
|
Fixed a slight ugliness, use dir() instead of __dict__.
|
2003-05-29 16:36:34 +00:00 |
|
Jeremy Fincher
|
6f7e3e53c1
|
Moved queue from fix to structures.
|
2003-05-29 16:35:35 +00:00 |
|
Jeremy Fincher
|
328cdf2c0e
|
Fixed bug in isNick that was causing the Relay.relaynames bug.
|
2003-05-28 21:32:36 +00:00 |
|
Jeremy Fincher
|
9b56122a8e
|
Fixed quit function.
|
2003-05-27 20:07:58 +00:00 |
|
Jeremy Fincher
|
82c2a83c91
|
Fixed quit function.
|
2003-05-27 20:06:05 +00:00 |
|
Jeremy Fincher
|
1e910d3948
|
Added quit function.
|
2003-05-27 20:03:37 +00:00 |
|
Jeremy Fincher
|
5bc901e125
|
Changed foldoc to hopefully stave off the empty return.
|
2003-05-23 05:46:33 +00:00 |
|
Jeremy Fincher
|
c0c5101cd3
|
Changed to only strip \r\n from right side of last argument.
|
2003-05-21 17:52:23 +00:00 |
|
Jeremy Fincher
|
09340376cb
|
Changed utils.timeElapsed to use just a seconds instead of a now/then argument.
|
2003-05-20 15:37:25 +00:00 |
|
Jeremy Fincher
|
345f819e7a
|
Changed reload to not unload the module if there's an error in loading.
|
2003-05-19 13:47:19 +00:00 |
|
Jeremy Fincher
|
b633960740
|
Fixed lart code not to lart the bot himself.
|
2003-05-16 18:04:46 +00:00 |
|
Jeremy Fincher
|
26f185c0e9
|
Changed some formatting of command relays.
|
2003-04-30 14:49:09 +00:00 |
|
Jeremy Fincher
|
6822cc31a7
|
Better error handling for title command.
|
2003-04-29 15:40:02 +00:00 |
|