ian%hixie.ch
4aa3dcd464
Script for restarting mozbot from crontab. Based on a script by Joel Thornton <joelpt@eml.cc>. See bug 153043.
2003-10-04 17:17:04 +00:00
ian%hixie.ch
aadbe033f6
Basic NickServ support. Tested with Q@cserve.quakenet.org, let me know if you have problems on other networks.
2003-10-04 13:03:50 +00:00
ian%hixie.ch
dc2286f4b2
primitive 'bitch' support
2003-10-04 13:01:22 +00:00
ian%hixie.ch
dd5e271f81
Updating credits for last checkin.
2003-10-04 12:13:31 +00:00
ian%hixie.ch
0d8c92bf8a
Bug 159567: improvements to user management. Based on a patch by Adam Di Carlo. Improvements include: 'deleteuser' admin command. 'changepassword' admin command. Better error messages when the two new passwords don't match. Edits to the INSTALL file. Also removes the recently added 'sleep' statement on quit since it wasn't helping.
2003-10-04 12:09:38 +00:00
ian%hixie.ch
c94bd27e75
Minor documentation changes (nothing substantial)
2003-10-04 11:06:48 +00:00
ian%hixie.ch
f651435ba8
Minor fixes: check that we can actually resolve the server (Net::IRC was being remarkably unhelpful in that regard), make the helpline a bit shorter (servers were cropping it), make us sleep when we quit (not sure it'll help, but maybe it'll help with the problem of us not always getting our /quit message across)
2003-10-04 00:23:57 +00:00
ian%hixie.ch
9bae650412
Bug 215848: Cope with servers that don't like our IRC name. This is basically untested.
2003-10-04 00:06:46 +00:00
ian%hixie.ch
ae4b8465b6
Bug 134600: Add some more modules to the default set.
2003-10-03 23:46:54 +00:00
ian%hixie.ch
5c0d97549c
Implement incoming Notice support in the BotModule APL. Bug 169882. Largely based on a patch by Ken Coar.
2003-10-03 23:35:49 +00:00
ian%hixie.ch
123d2c4203
More diagnostics for localAddr users. (check the version of Net::IRC)
2003-10-03 23:03:52 +00:00
ian%hixie.ch
e148db075c
Bug 131324: Stop the bot from saying the same thing n times in a row.
2003-10-03 21:01:48 +00:00
ian%hixie.ch
fde870de15
Bug 124748: Stop time drift once and for all by using a globally initialised time() value. This was done as a pretty blind search-and-replace, so may have caused regressions and may be non-optimal. Please file bugs if you spot problems. This adds the entry 'time' to the event object.
2003-10-03 15:47:35 +00:00
ian%hixie.ch
9074fb4cc2
Make all instances of the time function have brackets, to make them easier to find.
2003-10-03 15:19:12 +00:00
ian%hixie.ch
11f8578752
Bug 134617: Let users tell the bot to shut up. Adds a 'getMessageQueue' function to the bot API. Also fixes some unrelated minor issues in the developer documentation and makes a tiny optimisation in drainmsgqueue.
2003-10-03 15:08:42 +00:00
ian%hixie.ch
3c448272a7
Typo...
2003-09-24 21:28:27 +00:00
ian%hixie.ch
93062ca7e5
Stop an infinite loop that occurs if you have questions all in the same category. Bug found by ltost.
2003-09-24 21:22:50 +00:00
ian%hixie.ch
5a2bd48f3d
Upgrade ignoredUsers and implement ignoredTargets. Fixes bug 133067, adds a bunch of documentation. Other very minor typographical fixes.
2003-09-20 21:10:28 +00:00
ian%hixie.ch
ebbbda9786
'IGNORE' doesn't seem to work on all platforms. Let's go back to our old reaping code. It still seems to fix the bug. Also, fix another instance of the '/bin/bash might be tainted' problem.
2003-09-20 18:17:53 +00:00
ian%hixie.ch
5d5d01046d
Change our child process handling behaviour to be more proactive and hopefully less likely to hang. This in theory fixes bug 111987, but who knows. Feel free to reopen that bug if it doesn't help or if it makes things worse (e.g. if you start seeing zombie processes everywhere). It seemed to work for me on Debian.
2003-09-20 17:27:09 +00:00
ian%hixie.ch
1a82f9d912
oops, removed the wrong line two changes ago. This makes Infobot work again. Thanks to Eira for noticing the bug.
2003-08-17 12:16:12 +00:00
ian%hixie.ch
88136213bb
labels can only go on blocks, not if statements, apparently. fixes bug 139646
2003-08-16 19:56:40 +00:00
ian%hixie.ch
838efb60bc
make help module give the topics for that module. fixes bug 145369.
2003-08-16 19:45:43 +00:00
ian%hixie.ch
01b816884b
allow smilies at the end of greetings
2003-08-16 19:34:01 +00:00
ian%hixie.ch
b4ffec79a9
more happy, more kinky, and more consistent in its handlings of various forms of greetings.
2003-08-14 13:52:43 +00:00
ian%hixie.ch
0a27519760
Make help slightly more helpful
2003-08-14 13:45:40 +00:00
ian%hixie.ch
edfd101935
Correct my spelling and my maths.
2003-08-14 13:45:06 +00:00
ian%hixie.ch
db1c10af8f
Make the opme command also take into account masks.
2003-08-13 13:15:57 +00:00
ian%hixie.ch
512ad60ef4
Remove some redundant checks for bug 133134.
2003-08-12 16:37:25 +00:00
ian%hixie.ch
5998d1541b
Some more minor changes, and the addition of a response to '/me bites mozbot' (the 'kinky' responses, although they aren't very raunchy)
2003-08-12 16:35:59 +00:00
ian%hixie.ch
7cda790d57
New temperature scales (optimised for air temperatures)
2003-08-12 16:29:29 +00:00
ian%hixie.ch
0377641f7d
Make Rude actually tell you the right host when it fails. Also, clarify a comment.
2003-08-09 15:13:53 +00:00
ian%hixie.ch
35eaed6202
Minor fix to autoop help. Patch by mental.
2003-08-09 15:13:03 +00:00
ian%hixie.ch
3d830992a8
Use DBM database instead of config file for seen data. Note that there is no migration path for old seen data, and that the config file isn't updated to remove the now superfluous variables.
2003-08-09 14:54:02 +00:00
ian%hixie.ch
c80027b099
better error handling (to handle the case where the servers are totally down, like now)
2003-08-09 13:58:13 +00:00
ian%hixie.ch
2bd1f19d52
Make mozbot slightly more willing to insult people (won't help much since the servers are down, but oh well)
2003-08-09 13:54:27 +00:00
ian%hixie.ch
c92583f0e2
minor comment fixup
2003-08-09 13:53:17 +00:00
ian%hixie.ch
abc173fea9
Implement a hitting command, add some new variants to some existing commands
2003-08-09 13:49:36 +00:00
ian%hixie.ch
4a3e94ed23
Fix a minor warning
2003-08-09 13:48:22 +00:00
ian%hixie.ch
4c10d3ae34
Minor documentation fixes: typoes, slight inaccuracies, etc
2003-08-09 13:47:54 +00:00
ian%hixie.ch
23e35d582f
Fix a typo which confused older Perls, and fix a big error in the handling of uppercase channel names. b=MasterTLH (thanks dude), p=Hixie, r=justdave,bbaetz
2002-07-10 13:56:22 +00:00
ian%hixie.ch
058d9cc959
'<stuart> right now its showing a teranchela(sp?) eating something or something' r=kerz
2002-04-09 21:23:57 +00:00
ian%hixie.ch
667cab3ce5
Bumping version number to 2.5.
2002-04-01 07:46:34 +00:00
ian%hixie.ch
b543d6d14c
Infobot is a little eager. 'aaa is bbb' was being handled as 'is bbb' because 'aaa' matched the 'ah' regexp. Oops. r=justdave.
2002-04-01 06:19:26 +00:00
ian%hixie.ch
2f11b93392
Bumping version number to 2.4.
2002-04-01 05:17:41 +00:00
ian%hixie.ch
5d9ec60ea6
Kooking Module for those times when someone is annoying you. Original code by Keunwoo Lee, ported by Pike. b=128010, r=zach.
2002-04-01 05:10:01 +00:00
ian%hixie.ch
695bba35bd
XML Logging Module. b=16226, r=kerz.
2002-04-01 05:08:37 +00:00
ian%hixie.ch
af9f14a5d1
Generic Conversion module. b=72933, r=zach.
2002-04-01 05:07:36 +00:00
ian%hixie.ch
3a9632841d
Change the // forms to m// forms. Comment some of the regexps. Allow multiple bugs to be caught on one line. b=76910, r=kerz.
2002-04-01 05:03:03 +00:00
ian%hixie.ch
7325ff43cc
Changes Tinderbox to use either say or notify, configurable via the 'useNotice' variable. b=72960, r=timeless
2002-04-01 04:46:24 +00:00
ian%hixie.ch
1e5a5f252d
Implements a magic eight-ball module.
2002-04-01 04:39:21 +00:00
ian%hixie.ch
2adebbfa76
Use the new getHelpLine and getModules APIs instead of accessing \@modulenames and $helpline directly. This also makes the CTCP VERSION reply be sorted. b=130532, r=imajes
2002-04-01 04:32:42 +00:00
ian%hixie.ch
9f5c032a8a
Makes mozbot only mark joins as joined on a successful attempt. b=112049, r=kerz.
...
Implements getHelpLine and getModules API functions and updates documentation to match. b=130532, r=imajes.
Adds a notice() method to the mozbot API. Updates the documentation to reflect this. (Also updates the version and corrects a typo in the docs.) b=72960, r=timeless.
Fixes the problem whereby if a module doesn't load, it's not removed from the @modulenames list, which causes problems for modules that walk the @modulenames list to get each module in turn. b=133148, r=kerz.
The Log event for the Told event doesn't have the prefix text that made the event a Told event in the first place. This adds a field 'fulldata' to the event hash which will let loggers log the whole thing. Also updates documentation. b=133509, r=kerz.
Log events were not generated for events generated by the bot. This removes redundant checks to prevent that from happening (redundant since the server never sent us the messages in the first place) and then adds code to synthesise the relevant Log events. Updates the documentation to match. b=16226, r=kerz.
The Initialise handler was needlessly within the scope of an undef'd $/. This scopes the cause of this problem. b=131483, p=Robin Berjon, r=kerz, a=hixie.
Makes ctcpSend() send messages to the target, not the originator. This makes it work like say(). b=133140, r=caillion.
Adds a way to make the auth command not give confirmation feedback (quiet auth). b=134342, r=caillon.
2002-04-01 03:46:06 +00:00
ian%hixie.ch
12695e498b
Entries for empty lists were ignored when rewriting the configuration file. b=133179, r=timeless
2002-04-01 01:59:24 +00:00
ian%hixie.ch
d938dcb7d8
The 'seen' command should accept punctuation at the end, not consider it part of the nick to look for. b=133046, r=caillon. Some more friendliness. b=131323, r=caillon.
2002-03-31 23:53:11 +00:00
ian%hixie.ch
7be271e2e1
Adds various different friendly prefixes to Infobot responses. b=131320, r=caillon. Makes mozbot ignore prefixes like peterv: at the start of auto-learnt factoids. b=132264, r=caillon.
2002-03-31 23:19:36 +00:00
ian%hixie.ch
99eaab6597
Minor typo in help text, ++ should be --. b=132195, p=mental, r=hixie
2002-03-24 16:54:07 +00:00
ian%hixie.ch
921721ff3f
2.3 development has begun
2002-03-24 02:28:42 +00:00
ian%hixie.ch
b14aa4548e
Correctly quote regular expressions when hostmasks are used. b=133023, p=jake, r=hixie
2002-03-23 23:18:16 +00:00
ian%hixie.ch
4ca8c99245
More fallout from the General.bm split. Change the IRC name to r=imajes.
2002-03-08 19:40:27 +00:00
ian%hixie.ch
856160de8e
Hack workaround to make the General module autojoin all channels the first time the bot is run. This will be removed and fixed correctly for 2.4, see bug 112049.
2002-03-08 19:15:55 +00:00
ian%hixie.ch
c0b727f88f
Fix typo in the previous checkin that was making virgin installations not load the General module.
2002-03-08 18:39:39 +00:00
ian%hixie.ch
23f3aaf4dc
Updating various version strings to 2.2.
2002-03-08 15:43:31 +00:00
ian%hixie.ch
05de38c44f
Split out the General module into its own file. This removes any version number dependence in mozbot.pl, which means that future updates will not automatically require mozbots to be restarted. b=124662, r=imajes
2002-03-08 15:39:47 +00:00
ian%hixie.ch
58cf26a902
Spelling module. Checks your spelling on the fly. b=126612, r=imajes, code originally by mental.
2002-03-08 15:15:24 +00:00
ian%hixie.ch
ef87dd62b4
Quizbot module. b=124621, r=imajes
2002-03-04 21:44:54 +00:00
ian%hixie.ch
7cfa7ab1ad
Mozbot spams channels when it notices that tinderbox is down. This makes it shut up when it notices lots of changes. b=126063, r=imajes
2002-03-04 21:16:48 +00:00
ian%hixie.ch
29e360e3cc
The 'foo bugs' command should not be handled as a command, since it clashes with the 'help' command. Change it to a Baffled handler. b=115638, r=imajes
2002-02-26 22:54:02 +00:00
ian%hixie.ch
d11e131d06
Empty lists are not saved. b=124661, r=imajes
2002-02-26 22:48:35 +00:00
ian%hixie.ch
7a3ab94770
Make channelOpMasks be able to op via nickname by implementing normal hostmask syntax. b=73433, r=Jake. Add slightly more friendly syntax to ask to be opped. b=72961, r=kerz.
2002-02-25 16:48:28 +00:00
ian%hixie.ch
e19f38e577
Implement Infobot functionality as a bot module. b=123692, r=timeless
2002-02-25 15:49:23 +00:00
ian%hixie.ch
e6e4b9dafd
Improve help info. Change the command syntax to not clash with the Infobot module. Made the -- and ++ commands slightly more discriminating. Fixed an error in an error message (how long till ' loses its special meaning... grr...). Made people drop off the list when they hit zero. Made the individual karma report give the position of the person in the list. Fixed a logic errer in the private stats code. b=123713, r=kerz
2002-02-19 22:34:49 +00:00
ian%hixie.ch
ccd116cdcf
Stop private messages to the bot from being logged. b=123956, r=kerz. Rename the default command from uris to links. b=72957, r=kerz.
2002-02-19 21:42:04 +00:00
ian%hixie.ch
c2247e2a24
Minor changes to what commands are accepted to make it friendlier. b=72961, r=kerz
2002-02-19 21:37:20 +00:00
ian%hixie.ch
5df116808d
Add the custom library files to the list of files to check for changes. This will make upgrading mozbot easier. r=kerz
2002-02-19 21:33:23 +00:00
ian%hixie.ch
07d6fb71a8
Correct minor typo ('retieve' to 'retrieve'). r=ispell
2002-02-19 15:04:55 +00:00
ian%hixie.ch
879a1672f9
Renaming INSTALL.UNIX to INSTALL.UNIX.CHROOT-JAIL. b=125872, r=imajes
2002-02-16 12:47:01 +00:00
ian%hixie.ch
b434151a98
Implement wwwtitle and correct a logic error in the comment and message text of wwwdoctype. r=zach, b=72953
2002-02-16 01:25:40 +00:00
ian%hixie.ch
49c347307d
Adding Stocks contributor.
2002-02-13 13:48:19 +00:00
ian%hixie.ch
56677c92a7
Fixing regression introduced by the CTCP patch: long lines no longer get wrapped. Also includes minor cleanup. r=kerz
2002-02-13 02:20:01 +00:00
ian%hixie.ch
894082b958
Added support for running mozbot on multi-homed boxes (requires Net::IRC 0.71). b=93186 r=kiko
2002-02-13 00:49:37 +00:00
ian%hixie.ch
96db184462
Inital implementation of Stock Quote module. Code/Review by both zach and Hixie. b=70874
2002-02-13 00:42:57 +00:00
ian%hixie.ch
4101425ffd
Remove brackets around grep(). b=111831 r=timeless
2002-02-12 15:03:11 +00:00
ian%hixie.ch
ce7d400ba4
* Implement !seen command
...
* Implement a few new greeting types (e.g. wb)
b=72943 r=timeless
* Implement CTCP Ping and Source responses
b=72956 r=timeless
* Remove brackets around grep() in Greeting.bm
b=111831 r=timeless
2002-02-12 14:59:29 +00:00
ian%hixie.ch
e424b062c2
* Implement CTCP Ping, Version and Source as BotModule Event
...
* Added ctcpSend(), ctcpReply() APIs
* Implemented CTCP Version in the general module
* Updated devel docs
b=117625 r=Jake
* Remove brackets around grep() in mozbot.pl
b=111831 r=Jake
2002-02-12 14:51:59 +00:00
ian%hixie.ch
e4ff1d42f1
Fixes a copy-paste error in the help line. r=timeless; b=123708
2002-02-07 08:36:23 +00:00
ian%hixie.ch
ff3badae29
Lets the invite command accept the more natural syntax 'invite user in #channel' rather than just 'invite user channel'. r=zach; b=72949
2002-02-07 08:33:17 +00:00
ian%hixie.ch
2841b9ae98
Add support for keyed channels to mozbot. A lot of work, like it said in the INSTALL file. :-) b=112955 r=timeless
2001-11-30 23:38:21 +00:00
timeless%mac.com
7873addd19
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
ian%hixie.ch
8db5cd827f
mkdir requires the second argument in perl 5.005. b=111730, r=daniele
2001-11-25 14:17:19 +00:00
ian%hixie.ch
ba0995062e
Mozbot shipped with a broken default bugsDWIMQueryDefault -- made the code more consistent. b=93203, r=timeless
2001-11-25 13:59:53 +00:00
ian%hixie.ch
3e1a0552b7
oops, stray dot meant the private karma scores were getting corrupted! r=kerz
2001-11-25 01:25:27 +00:00
ian%hixie.ch
f06a83769d
Initial checkin of a karma module. r=kerz b=111757
2001-11-25 01:01:35 +00:00
jake%acutex.net
448f3d1e24
Fix for bug 72951 - oopsbot should have flooder defences
...
r= zach@zachlipton.com
a= hixie
2001-08-14 16:53:30 +00:00
ian%hixie.ch
3db33a040e
Fixing various typos and spelling mistakes spotted by timeless. There shouldn't be any code level changes here. moa=hixie
2001-04-29 08:35:29 +00:00
ian%hixie.ch
4a768a4662
Changing release numbers to 2.0 to match mozbot version number.
2001-04-23 07:09:20 +00:00
ian%hixie.ch
ef86cfa4d4
Updating mozbot to version 2.0: changed to a more modular architecture, added support for multiple channels, added support for multiple nicks, generally cleaned up the code, etc. Uses some code and ideas from timeless and zach.
2001-04-23 07:07:17 +00:00
blakeross%telocity.com
6a0b2fa90f
Backing out on request of module owner (no review, no module owner approval, unstable code). Don't shoot the messenger (with the checkin access)!
2001-03-30 00:34:31 +00:00
timeless%mac.com
bbfc184836
fix version.
2001-03-29 22:40:51 +00:00
timeless%mac.com
81582fd3ea
Bugzilla Bug 74024 check techbot1 into cvs
...
Land techbot1 into mozbot tree. This has been a long time coming.
techbot1 includes support for arbitrary commands, bugzilla features including
bug, component and keyword queries. more support for tinderbox including
sheriff querying. support for multiple channels. it handles missing
components better.
2001-03-29 22:38:35 +00:00
mccabe%netscape.com
b85ee3c5df
Add 'approve' command.
2000-05-31 01:45:30 +00:00
cls%seawood.org
8b4cc661ad
Added separate list to distinguish between trees to be tracked and those to be reported. And it works this time too. Trees that are not reported by default can be seen via 'mozbot trees name-of-not-reported-tree'.
2000-04-21 23:47:20 +00:00
terry%mozilla.org
8a775bc755
Undo cls's last two changes, at his request.
2000-04-21 18:59:16 +00:00
cls%seawood.org
b427379014
Added separate list of all available trees. This allows mozbot to actively report the status of one set of trees and individually give the results for another set.
2000-04-21 01:07:38 +00:00
terry%mozilla.org
83797b1016
Was reporting the wrong version number.
2000-04-20 17:36:55 +00:00
cls%seawood.org
895380e34f
Added SeaMonkey-Ports to the tree list
2000-04-19 00:32:33 +00:00
terry%mozilla.org
fc42721470
Patch by daa@distributed.net -- scan ftp listings, added summary stats for tinderbox.
2000-04-18 17:59:50 +00:00
terry%mozilla.org
e2ecdba666
*** empty log message ***
2000-03-02 03:01:10 +00:00
risto%netscape.com
4ccfc28ec6
Added rko to admins
2000-01-30 13:24:49 +00:00
risto%netscape.com
5595e1a02c
Fixed legacy cvs-mirror.mozilla.org URL's to tinderbox.mozilla.org and
...
bonsai.mozilla.org.
2000-01-30 08:42:28 +00:00
leaf%mozilla.org
24c525eb47
someone complained that moshi, moshi is a telephone greeting only.
2000-01-03 19:38:08 +00:00
risto%netscape.com
b9c8b599cc
Y2K fix. Localtime returns time by definition year - 1900. So year 2000
...
is returned as 100.
2000-01-03 10:06:00 +00:00
terry%mozilla.org
0ad4a5f655
freshmeat seems to have changed the location of their RDF page.
1999-11-11 00:55:49 +00:00
dmose%mozilla.org
18f71469a1
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
cf78ed541f
Fixed perl error caused by previous change.
1999-10-26 15:48:25 +00:00
mccabe%netscape.com
8d32ad4bc2
Initial checkin of mozbot code-reviewing functionality.
1999-10-26 01:22:00 +00:00
cyeh%netscape.com
96e0fdab9e
move megahal initialization so that if there is a nick collision and we
...
die, we at least don't leave a forked process behind.
1999-10-14 00:44:37 +00:00
cyeh%netscape.com
d800bc5b93
add support for megahal conversation ai, fix syntax error for sending
...
stock reports to the original requestor.
1999-10-12 22:34:49 +00:00
slamm%netscape.com
96c3481ea5
Send stocks privately. A number of people including me would rather not see the stock number flying by all the time.
1999-09-24 18:19:01 +00:00
terry%mozilla.org
c0c0f1922d
Keep separate versions of admin files, based on the nickname we use.
1999-09-15 16:24:37 +00:00
terry%mozilla.org
2e810df187
Patch by Christopher Blizzard <blizzard@redhat.com> -- added "uuid" command.
1999-08-25 16:39:01 +00:00
mang%subcarrier.org
2898ee2db7
stock is now an alias for stocks, because I can't type
1999-08-20 03:58:00 +00:00
terry%mozilla.org
3f4484ccb3
Add in babelfish code (stolen from infobot).
1999-08-13 00:21:01 +00:00
cyeh%netscape.com
41ee99f743
add rhat to stocks to track
1999-08-11 17:10:00 +00:00
terry%mozilla.org
02fe75ac14
Removed BEOS.
1999-08-09 18:30:24 +00:00
endico%mozilla.org
e096d3a78d
oops, its BEOS, not BE
1999-08-08 15:55:50 +00:00
endico%mozilla.org
888e0e3287
use BE, not ^BE
1999-08-08 15:45:26 +00:00
endico%mozilla.org
c12ee46967
add BE to list of stocks we track. add RHAT next weds
1999-08-08 15:27:54 +00:00
terry%mozilla.org
06b17b16d3
Cope with newer rss format (so that, for example, we can now get the
...
headlines for mozillazine again).
1999-07-30 16:53:50 +00:00
leaf%mozilla.org
240883bd12
mozbot should report test failures in the brief report
1999-06-11 23:36:46 +00:00
leaf%mozilla.org
4992938bfa
Mozbot should be able to see the difference between red and orange builds.
1999-06-11 23:08:47 +00:00
endico%mozilla.org
05b11e484e
"tree" is now alias for "trees" command since its mistyped so often
1999-05-21 00:42:55 +00:00
pinkerton%netscape.com
a7831b8159
add nasdaq composite to stock list.
1999-04-23 16:20:25 +00:00
terry%netscape.com
db5a850e98
Removed some excessive debugging prints; made the results of the
...
"list" command be much more compact.
1999-03-30 04:59:38 +00:00
terry%netscape.com
9c996bf694
Made it much less likely that mozbot will trigger flood-protection
...
code on the IRC server.
1999-03-30 04:50:31 +00:00
terry%netscape.com
f9c2156c29
Get mozillazine info from RDF; added ^DJI stock.
1999-03-30 01:55:38 +00:00
terry%netscape.com
599674fc88
mozbot now knows how to get info from the same RDF file that netcenter
...
gets its channel stuff from. It is now possible to make mozbot listen
to a new channels by just adding one line of code for each channel.
1999-03-30 01:02:30 +00:00
sar%netscape.com
264fd4cd96
only watch SeaMonkey tree, Mozilla-External is old news
1999-03-17 21:56:50 +00:00
terry%netscape.com
5f9919965d
NSCP is no more.
...
Horrible hack to have it look at Grendel tinderbox if the bot's name
contains "grend".
1999-03-17 19:36:11 +00:00
leaf%mozilla.org
d32f85467e
ok, this time for sure, fixing mozbot.
1999-03-05 06:28:58 +00:00
leaf%mozilla.org
3634f748b1
making the bot's given nick (an argument) global, because i'm evil.
1999-03-05 06:19:28 +00:00
terry%netscape.com
9fc4d51fc6
Get rid of sar's "#" hack on the stocks; it no longer seems to work.
1999-01-29 20:56:23 +00:00
terry%netscape.com
ffe8d813a8
That didn't work. Disable freshmeat another way.
1999-01-22 22:15:08 +00:00
terry%netscape.com
3fab66fb1b
Change mozbot's diet -- freshmeat is causing it to choke.
1999-01-22 22:11:19 +00:00
sar%netscape.com
9f7aab2b7e
try realtime quotes. the # should work, if not, it will get backed out.
1999-01-20 04:21:18 +00:00
terry%netscape.com
17e8b08205
Throw some freshmeat into the fray.
1999-01-07 23:21:44 +00:00
terry%netscape.com
886953fdf8
Whoops. Do things in a better order, so we don't have uninitialized
...
variables.
1999-01-07 22:42:42 +00:00
terry%netscape.com
80e7dfeb96
Tracks stocks, too.
1999-01-07 22:33:01 +00:00
leaf%mozilla.org
c0d243498c
fixed mispelled greetings and added some.
1998-12-31 23:29:48 +00:00
terry%netscape.com
20a6951d1a
raptor => SeaMonkey.
1998-12-31 23:27:49 +00:00