Commit Graph

3555 Commits

Author SHA1 Message Date
Jeremy Fincher b7a70d29ad Slight textual fix. 2004-03-25 12:07:17 +00:00
Jeremy Fincher ea8c7ddf77 Added timestamp configuration variable. 2004-03-24 23:10:55 +00:00
Jeremy Fincher 057563540f Removed leading spaces if the timestamp is set to nothing. 2004-03-24 23:05:28 +00:00
Jeremy Fincher 5b03c6d5b7 Just some extra logging in case a flusher fails. 2004-03-24 22:53:47 +00:00
Jeremy Fincher adc046a6a0 Added flushImmediately and [nolog] prefix. 2004-03-24 22:50:10 +00:00
Jeremy Fincher 59e5a6bc9f Fix for bug that rejects extraneous spaces in Boolean registry values. 2004-03-21 19:40:13 +00:00
James Vega 22d484ef01 YAPMR 2004-03-19 17:13:33 +00:00
James Vega 90718f0e8c Hopefully this will keep us from having any new plugins with no __revision__
variable.
2004-03-19 17:08:28 +00:00
James Vega 6a211adb42 YAPMR 2004-03-19 16:58:54 +00:00
James Vega 3ae730a94c Fix the passing of quoted text on to Google searches ... again. This time it's
correct.  ;)
2004-03-17 13:38:04 +00:00
James Vega 823c91ff44 Updated Wordstats plugin to allow removal of tracked words. 2004-03-14 06:43:03 +00:00
James Vega f14f3efd4c I like webutils 2004-03-14 05:58:17 +00:00
Daniel DiPaolo 4e7d862373 Removing the "see foo" referencing code as it is error-prone (it's really tough
to accurately track self-referencing leading to recursion and circular
references leading to infinite looping) and I don't think it's all that useful.
Fixing it would make the already-contorted code of this plugin even worse!
2004-03-11 04:50:09 +00:00
James Vega a79bc26201 Updated Seen.seen to accept no arguments. 2004-03-09 22:04:41 +00:00
James Vega 672b2e9df1 Revert the non-PRIVMSG watching until we have a proper mixin to be able to
track part, join, *and* quit.
2004-03-09 12:59:24 +00:00
Daniel DiPaolo 571842407d Adding DocBook meta-documentation, also redefined some of the entity classes in
supybot.dtd to make them more "correct"
2004-03-03 05:17:59 +00:00
James Vega 1f4cc2a4fe yn returns a boolean already 2004-03-02 19:35:35 +00:00
Jeremy Fincher eadfd7141b Fixed some exception handling madealios. 2004-03-02 01:29:44 +00:00
James Vega 601ea799f3 Some small cleanups 2004-03-02 00:26:35 +00:00
Jeremy Fincher b6f2cefa0c Added a revision string. 2004-03-02 00:20:32 +00:00
James Vega e31aa252dd Don't respond with the units so as to ease nesting convert and calc 2004-03-01 23:18:21 +00:00
James Vega 212da17352 What's a leter? maybe I was thinking of lederhosen or something... 2004-03-01 22:47:59 +00:00
Jeremy Fincher d3de7cbe30 Remove replySuccess. 2004-03-01 18:32:56 +00:00
Jeremy Fincher b9483aee3b Added itemgetter and attrgetter to operator. 2004-03-01 18:15:21 +00:00
James Vega e04489e18a Add matching of $randdate or $randomdate 2004-02-29 21:13:54 +00:00
James Vega 4b32a206c4 Add Seen trackers for PART, JOIN, QUIT (and fix ircmsgs.prettyPrint for QUIT) 2004-02-29 21:13:20 +00:00
Stéphan Kochen 4db8096757 Don't notice news to the channel with supybot.reply.withPrivateNotice on. 2004-02-29 14:12:10 +00:00
Jeremy Fincher 4b1e5b5a74 Don't display errors in snarfers,, mo. 2004-02-27 17:20:57 +00:00
Jeremy Fincher 700fe71958 Minor update to cpu output, mithro said it was confusing. 2004-02-27 08:20:59 +00:00
Daniel DiPaolo 48f40f06ae Oopth, forgot to include this with the Big Fat Honkin Docbook Commit 2004-02-26 19:54:02 +00:00
Jeremy Fincher d1bb8ce02f Bugfix with 433 handling. 2004-02-26 18:38:20 +00:00
Daniel DiPaolo 151b2f829b The "DocBook is fun" commit. We now have a whole new DTD and stylesheets to
use, as well as all the docs being in SGML now.
2004-02-26 17:33:02 +00:00
Jeremy Fincher 8ea62d2503 I should get some kind of anality award. 2004-02-26 17:16:22 +00:00
Jeremy Fincher aabd318710 Let's make Heralds use standardSubstitute too. 2004-02-26 16:45:38 +00:00
Jeremy Fincher fc71c53b0e Made echo use standardSubstitute. 2004-02-26 15:53:45 +00:00
Jeremy Fincher 5606fe62c3 weatherCommand -> command 2004-02-25 16:08:21 +00:00
James Vega 8590bc2134 weatherCommand -> command 2004-02-25 15:46:22 +00:00
James Vega 31c8af3fda Yay! Now Network.whois can retrieve information for any domain. 2004-02-24 21:52:53 +00:00
Jeremy Fincher d2e1d80b27 Use plugins.standardSubstitute in supybot.replies. 2004-02-24 21:20:31 +00:00
Jeremy Fincher 07733594e9 Made urlSnarfer respect lobotomies. 2004-02-24 21:16:53 +00:00
Jeremy Fincher 90ace9437d Minor stylistic updates. 2004-02-24 11:22:53 +00:00
Jeremy Fincher de512b24de Guarded asserts with strictRfc. 2004-02-24 11:21:12 +00:00
James Vega 8b23e0ff78 Add a couple of convenience units. 2004-02-23 22:23:14 +00:00
James Vega 0e574d7144 Forgot something 2004-02-23 11:35:06 +00:00
James Vega e5ce3c8ee9 A few more fixes/cleanups 2004-02-23 11:08:22 +00:00
James Vega ad1a23fcd2 Removed doindent and trap KeyboardInterrupt in supybot. 2004-02-23 10:50:40 +00:00
Jeremy Fincher 52230d16e1 Somewhat fixed. 2004-02-23 09:49:47 +00:00
Jeremy Fincher 295eafcb37 Added weather command. 2004-02-23 09:05:12 +00:00
Jeremy Fincher a8554a0ea3 Check that we're not root before running. Not for security issues, but just because it causes so many problems with user databases and whatnot. 2004-02-22 09:09:40 +00:00
James Vega af442c8313 I guess I should've used setValue instead of set for LicenseKey 2004-02-21 22:06:31 +00:00