Commit Graph

5799 Commits

Author SHA1 Message Date
Jeremy Fincher 730c0ffd95 Updated to scp the new version over and commit the +cvs versions, as well as to print status updates. 2004-12-12 19:35:05 +00:00
James Vega f4af582a4e Fixed bug #1083822, attributing the 'dis'ee incorrectly. Now it says
"for trying to dis irc.nick". Was unsure if that or "for trying to dis me"
would be preferred.  Change it if you have an opinion.
2004-12-12 17:54:12 +00:00
Jeremy Fincher 62d5627bb2 Finish fixing #1082830. 2004-12-12 17:50:56 +00:00
James Vega 8ea6331cb1 Finally finish renaming Quotes -> Quote 2004-12-12 05:39:19 +00:00
James Vega 9d77e38af0 #! lines 2004-12-12 02:31:46 +00:00
Jeremy Fincher 2ebe809fec Move textwrap import. 2004-12-11 14:39:33 +00:00
Jeremy Fincher 0ed2832b30 Fix0red the implementation of makeChannelFilename. 2004-12-10 23:40:46 +00:00
Jeremy Fincher 2d4f625b83 Forgot an irc. 2004-12-10 23:31:54 +00:00
Jeremy Fincher 179fc87866 Refuse to kick self. 2004-12-10 23:21:52 +00:00
Jeremy Fincher 0abd472dd1 Added a channeldb command for testing channeldb. 2004-12-10 22:44:14 +00:00
Daniel DiPaolo 9f0b593854 Typo. Come on Jeremy, how can you have a typo on a one-line diff?! 2004-12-10 16:07:32 +00:00
Jeremy Fincher 3e13d36b75 Forgot to change the name of the plugin. 2004-12-10 15:13:22 +00:00
Jeremy Fincher e533de543b Forgot an import. 2004-12-10 15:08:40 +00:00
Jeremy Fincher 28cfd18c67 Fix for bug #1082928. 2004-12-10 15:07:37 +00:00
Jeremy Fincher 576c91e294 Fix for bug #1082935. 2004-12-10 15:05:56 +00:00
Jeremy Fincher 032054a168 Updated. 2004-12-10 15:03:28 +00:00
Jeremy Fincher 9c08a192d5 Fix for logging with multiple networks. 2004-12-10 08:54:49 +00:00
Jeremy Fincher 1932ed4d02 Slight bugfix in isCtcp. 2004-12-10 08:48:24 +00:00
Jeremy Fincher 93e9fa3180 Change assert message. 2004-12-10 08:12:18 +00:00
Jeremy Fincher 400c9aa7a3 Change from an old-school typecheck to a new-school one. 2004-12-10 08:09:01 +00:00
Jeremy Fincher 4d35de48c2 Added an assert. 2004-12-10 07:59:06 +00:00
Jeremy Fincher 7950141d94 Didn't update when I changed this configuration variable name. 2004-12-10 07:44:24 +00:00
Jeremy Fincher 962e259b32 Caveat emptor. 2004-12-10 07:22:46 +00:00
Jeremy Fincher 6d7b0d7761 Ok, so I'm ridiculously anal... 2004-12-10 07:10:06 +00:00
Jeremy Fincher fe4528f345 Updated. 2004-12-10 07:04:29 +00:00
Jeremy Fincher c70007278c Changed implementation of xor command to be cooler. 2004-12-10 07:04:10 +00:00
Jeremy Fincher c5e48d574f Indentation change. 2004-12-10 07:03:53 +00:00
Jeremy Fincher 3884fc451f Updated. 2004-12-10 06:58:53 +00:00
Jeremy Fincher 551ce2919b Slight stylistic update. 2004-12-10 06:55:01 +00:00
Jeremy Fincher 265d620a0e Changed a warning log to info. 2004-12-10 06:29:23 +00:00
Jeremy Fincher e793bf7812 Better answer. 2004-12-10 06:28:21 +00:00
Jeremy Fincher a6dfd38a8e Removed a completed todo. 2004-12-10 06:24:14 +00:00
Jeremy Fincher 0efb17dd81 Variable name change, humanTimestampFormat => reply.format.time 2004-12-10 06:21:53 +00:00
James Vega 595a787f8a Fix bug #1082448, User.username traceback 2004-12-10 06:18:00 +00:00
Jeremy Fincher 3679b28e57 Fix bug #1082278, forgot parens. 2004-12-10 06:15:35 +00:00
James Vega 9f84f150b7 There were some unforseen consequences of using irc.error(), so back to
this way for now.
2004-12-10 05:55:04 +00:00
James Vega d5af6fc1f0 What is it with people changing the html for their website? 2004-12-10 05:29:47 +00:00
James Vega 4c85f2e73a Refactor a little so that plugin config and nonplugin config sections are
generated the same way.
2004-12-10 05:03:48 +00:00
James Vega 68569f1649 Updated the easy stuff to work with groups.google.com's new layout. The
rest will have to wait until Google decides to declare it non-beta or someone
besides me is motivated enough to fix it.
2004-12-10 04:53:16 +00:00
James Vega 78685a323f Fix a test failure. 2004-12-10 04:08:36 +00:00
James Vega df14ebc0d2 Deprecate Infobot until we get around to fixing it. 2004-12-10 03:43:43 +00:00
James Vega dc7a3dc3af Handle some more reply formats to fix a test failure. 2004-12-10 03:41:05 +00:00
James Vega 3b61351d21 Let's try and use the database we'd normally be using. 2004-12-10 03:39:45 +00:00
James Vega b8da3624b3 Fix test failures. 2004-12-10 03:38:49 +00:00
James Vega 27a233e98f Forgot a : 2004-12-10 02:44:01 +00:00
James Vega fd2f52970c Hopefully Markov is now written with the lowest common denominator of the
idiotic anydbm in mind.
2004-12-10 02:43:33 +00:00
James Vega d253a8714a Clean up our html a little bit. Add generation of non-plugin config vars.
Make sure we use .help() instead of ._help since .help() can be overridden.
2004-12-09 20:17:13 +00:00
James Vega 7862d8d5d2 Better way to reply with the help. 2004-12-09 19:15:09 +00:00
Jeremy Fincher 5466544350 Fix for a bug in the short timeElapsed. 2004-12-08 20:27:59 +00:00
Jeremy Fincher f1cbd065f3 Username was broken. 2004-12-08 17:42:35 +00:00