Commit Graph

5180 Commits

Author SHA1 Message Date
Jeremy Fincher 1ba0fccd34 Slight tweak to make a test in test_Channel.py pass. 2004-09-16 14:29:13 +00:00
Jeremy Fincher ab3e0289f1 Style update. 2004-09-16 14:18:56 +00:00
Jeremy Fincher af65b54ecc Updated test to be more specific. 2004-09-16 14:18:23 +00:00
Jeremy Fincher 11300e1845 Fixed an uncaught exception. 2004-09-16 13:47:01 +00:00
Jeremy Fincher cf3b59d516 Fix for groups with help. 2004-09-16 13:39:23 +00:00
Jeremy Fincher ea078abc57 Require word boundaries. 2004-09-16 12:13:59 +00:00
Jeremy Fincher 46eab7681a Fix 24 hours thingy. 2004-09-16 12:11:54 +00:00
James Vega cab512a86f bold's a string, not a variable. 2004-09-16 11:44:56 +00:00
Jeremy Fincher 12269e0986 I got rid of callbacks.IrcObjectProxy.finished. 2004-09-16 11:41:20 +00:00
Jeremy Fincher 4f49f11f20 Updated to use tokenizedCommand. 2004-09-16 11:36:24 +00:00
Jeremy Fincher 5be5a2c379 Some extra error checking. 2004-09-16 10:56:02 +00:00
Jeremy Fincher a26e664cf8 Added a serialize to databases. If you haven't modified this variable, you should remove it from your configuration file before starting your bot next time you restart. 2004-09-16 10:55:43 +00:00
Jeremy Fincher a11654dcdd Changed to use a super. 2004-09-16 10:54:59 +00:00
Jeremy Fincher b0c00fb82f Converted to use tokenizedCommand rather than invalidCommand. 2004-09-16 10:54:42 +00:00
Jeremy Fincher 138b683d96 Stupid __del__ methods. 2004-09-16 10:30:17 +00:00
Jeremy Fincher 9be4fd112d Finally got topological sorting working. 2004-09-16 10:28:59 +00:00
Jeremy Fincher 727145afbe Added testSeconds. 2004-09-16 06:47:01 +00:00
Jeremy Fincher 390bd45fbd Added pid command. 2004-09-15 22:37:30 +00:00
James Vega 105c371f6c Fix for bug #1028749, bad listing of babelfish languages. 2004-09-15 20:05:27 +00:00
James Vega 8f8a97261d bad logic 2004-09-15 19:31:53 +00:00
Jeremy Fincher 00889cc390 Added max and min. 2004-09-15 16:17:03 +00:00
Jeremy Fincher f53d3d5934 Added Time plugin, moved Misc.seconds to it. 2004-09-15 14:39:34 +00:00
Jeremy Fincher 01e05b8915 Fixed bug #1028385. 2004-09-15 06:18:34 +00:00
Jeremy Fincher 6c24a3e4f5 Bold instead of repr if things are to be bolded. 2004-09-15 03:50:53 +00:00
Jeremy Fincher c2399ec881 Case-insensitivity for Math.calc. 2004-09-14 21:51:54 +00:00
Jeremy Fincher 001d8439c3 Added colorfulSnarfer. 2004-09-14 20:56:47 +00:00
James Vega cb23a47635 oops. Forgot to Raise=True of course, that wouldn't be a problem if the
exception was properly being caught in callCommand
2004-09-14 20:43:59 +00:00
Jeremy Fincher d3d2ff8006 Forgot to re-add throttling. 2004-09-14 17:37:31 +00:00
Jeremy Fincher aacea9be74 Elucidating comment. 2004-09-14 17:13:21 +00:00
Jeremy Fincher e44f7ab50c Fixed bug #1019387. Again. 2004-09-14 17:12:21 +00:00
Jeremy Fincher 934363db10 Added some __repr__ action. 2004-09-14 15:38:49 +00:00
Jeremy Fincher 5f1aa43ee0 Fix0red the bugz0r. 2004-09-14 15:30:16 +00:00
Jeremy Fincher da5fd46bb1 Use the new msg.repliedTo tag. 2004-09-14 15:09:01 +00:00
Jeremy Fincher 4605ce84f8 Added repliedTo tag, stopped not calling invalidCommand if regexp methods match. 2004-09-14 15:07:52 +00:00
James Vega 5570ba3dbe Fix bug #1027279, $randomnick should not return msg.nick 2004-09-13 18:19:03 +00:00
Jeremy Fincher cdd07ecb83 Moved to plugins. 2004-09-13 17:55:04 +00:00
Jeremy Fincher bae1972316 Fixed bug #1027229 and cleaned up _chanservCommand a bit. 2004-09-13 17:51:34 +00:00
James Vega 7e52305f35 Add anydbm to our conf.Databases so that Markov can be converted to our
new-style db infrastructure.
2004-09-13 17:28:31 +00:00
Jeremy Fincher 2bfc2a98bf Updated. 2004-09-13 17:25:34 +00:00
Jeremy Fincher ac4f59ede6 Updated. 2004-09-13 17:22:22 +00:00
James Vega 4b95299adc Debian updates 2004-09-13 14:50:09 +00:00
James Vega 1fcc709ae8 Finish switching from "foo in db" to "db.has_key(foo)" 2004-09-13 14:26:25 +00:00
Jeremy Fincher c6bec174c4 Prettier format for latency. 2004-09-13 13:45:19 +00:00
Kevin Murphy e473c53726 Added a test case to catch the issue with properly pluralizing the word 'command' in the contributions output 2004-09-13 07:12:53 +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 ee9a89e6a1 Updated. 2004-09-13 03:30:41 +00:00
Jeremy Fincher 4da127906d Fixed CTCP FINGER. 2004-09-13 03:18:35 +00:00
Jeremy Fincher c6bea76e42 Updated. 2004-09-13 03:02:57 +00:00
Jeremy Fincher 5c804d27ea Didn't update PrivmsgRegexp to the new callCommand shmadealio. 2004-09-13 03:02:01 +00:00
Jeremy Fincher eb4905dda2 Allow for changed method names. 2004-09-13 02:05:22 +00:00