Commit Graph

4494 Commits

Author SHA1 Message Date
Jeremy Fincher fae870c04f Updated. 2004-08-23 16:16:53 +00:00
Jeremy Fincher b3ca5ed568 Updated the help for nickometer. 2004-08-23 16:16:13 +00:00
Jeremy Fincher 8f47f0bb0d Updated the documentaiton. 2004-08-23 16:15:41 +00:00
Jeremy Fincher ab35afa3a1 updated. 2004-08-23 16:14:10 +00:00
Jeremy Fincher 30c70820f0 Initial commit. 2004-08-23 16:10:57 +00:00
Jeremy Fincher c4ea6453fe Updated for jamessan's bugfix. 2004-08-23 14:09:47 +00:00
James Vega 96754b8f4b Add $today as advertised in Utilities.echo 2004-08-23 14:01:57 +00:00
Jeremy Fincher b099b66272 Bugfix for darelf's IRC server. 2004-08-23 13:41:04 +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 61e471a87c Let's catch sslerror too. Why the stupid Python developers didn't make this a subclasss of socket.error, I don't know. 2004-08-23 13:25:53 +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 853da228c3 Updated somewhat...more work still needs to be done. 2004-08-23 13:08:44 +00:00
Jeremy Fincher 06131461da We should call our parents more often. 2004-08-23 13:04:22 +00:00
Jeremy Fincher b7e030f5e3 Elucidating comment. 2004-08-23 13:03:46 +00:00
Jeremy Fincher 5f24e4f6e1 Robustitude changes for testsupport. 2004-08-23 13:01:25 +00:00
Jeremy Fincher 1704fa2cfe Let's not connect multiple times to a network. 2004-08-23 12:38:33 +00:00
Jeremy Fincher c0386751cf Moved the connect and disconnect commands to the Owner plugin from the Relay plugin. 2004-08-23 12:34:16 +00:00
Jeremy Fincher 53b90674e4 Stopped using supybot.networks.default and just let Owner handle that crap. 2004-08-23 12:29:43 +00:00
Jeremy Fincher e757cb9750 Removed the servers keyword to registerNetwork (it was useless) and added an append method to the Servers class. 2004-08-23 12:29:04 +00:00
Jeremy Fincher 038705c5c9 Some cleanups in preparation for being multi-server without Relay. 2004-08-23 12:28:26 +00:00
Jeremy Fincher 48f58cc4de Elucidating comment. 2004-08-23 12:27:47 +00:00
Jeremy Fincher c63c7a1764 Gave output an option fd. 2004-08-23 12:27:23 +00:00
Jeremy Fincher 920b4cfd18 Make compact the default for stack traces. 2004-08-23 12:25:36 +00:00
Jeremy Fincher b3ddef0105 Style updates, basically, and some slight functionality changes. 2004-08-23 12:23:21 +00:00
Jeremy Fincher 2c05cac06d Fix the __authors__/__contributors__ thing. 2004-08-23 12:16:22 +00:00
Jeremy Fincher 1c5faf37b2 Moved the networks command here from the Relay plugin. 2004-08-23 12:14:37 +00:00
Jeremy Fincher f467550400 Added delayed death and fixed a bugz0r (die wasn't calling driver.IrcDriver.die) 2004-08-23 12:09:43 +00:00
Grant Bowman 992cbb91ee Upgrade of Fun's eightball command ported from Tellbot, previously
ported from Mozbot's MagicEightBall.bm module.
2004-08-23 06:51:18 +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 5390e58176 Let's notice by default. 2004-08-22 20:45:05 +00:00
Jeremy Fincher 4371b4e513 Moved to the sandbox, where it more rightfully belongs. 2004-08-22 20:31:52 +00:00
Jeremy Fincher ae048d977a Let's not bother getting database if it's not a channel. Good call. 2004-08-22 18:58:28 +00:00
Jeremy Fincher ab6d1673f3 Added a --clean option to setup.py. 2004-08-22 15:28:04 +00:00
Jeremy Fincher 21dea0efc5 Allow revision to accept wildcards. 2004-08-22 15:22:17 +00:00
Jeremy Fincher 02cd153e3d Blech. I should reverse the arguments of makeChannelFilename officially, because I keep messing them up. 2004-08-22 15:04:11 +00:00
Jeremy Fincher 8936208e02 Bah. 2004-08-22 14:36:43 +00:00
Jeremy Fincher f18f5a7bc2 Typo. 2004-08-22 08:17:19 +00:00
Jeremy Fincher 091ff90cfb Added day and monthname. 2004-08-22 08:06:39 +00:00
Jeremy Fincher fbd3f46788 Forgot this import with the src/Owner.py import that supported it. 2004-08-22 07:11:29 +00:00
Jeremy Fincher 98062e8844 Converted to an outFilter for greater efficiency (why send a message to myself at all?) and added a check for testing, because otherwise the tests break. 2004-08-22 07:07:47 +00:00
Jeremy Fincher 17c569ba2c Let's have an extra hoop for people who don't want to load the src/ plugins to jump through. 2004-08-22 06:41:22 +00:00
Jeremy Fincher 4391272e50 Let's log what the actual message is. 2004-08-22 06:26:19 +00:00
Jeremy Fincher 980762492b Uh, one wonders why I didn't do this in the first place. Just fix the bugs that are already there, Jeremy. 2004-08-22 06:24:45 +00:00
Jeremy Fincher 96fa5e42d5 Added a wait keyword argument. 2004-08-22 00:04:27 +00:00
Jeremy Fincher 516d130f1e Retarded, I put the inFilter in the LogProxy class rather than in the Owner class\! 2004-08-21 20:34:29 +00:00
Jeremy Fincher 3010885fca Removed a debugging line. 2004-08-21 20:27:46 +00:00
Jeremy Fincher 28e79eecfd Added a safety measure to keep the bot from looping message itself. 2004-08-21 20:03:56 +00:00
Jeremy Fincher 4a36ef95ec Let's make sure is always in the string. 2004-08-21 09:49:45 +00:00
Jeremy Fincher 6ecf2ae6ea Let's hope this doesn't break anything too serious. 2004-08-21 09:14:59 +00:00