Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Internet Relay Chat (IRC)

From: mat::plothatching::com at: 8-Nov-2002 8:53

Hi Paul, Paul> I have currently made an IRC script that can be used for channel Paul> management. My intent is to a full project with support from the Paul> REBOL community to build a framework for getting real time help Paul> with REBOL issues via IRC channels. If anyone is interested - Paul> please email me and we can do some collaboration. I've written a pretty extensive IRC bot in REBOL called Rebot; http://www.electricdeath.com/irc.php It also has a content management system that does blogging to the front page of that web site by IRC, SMS and by e-mail. Recently I've been integrating some AI into the Bot in the form of J-Alice (http://j-alice.sourceforge.net/) which is a C++ easy-to-run version of A.L.I.C.E (http://www.alicebot.org/). This being a very nice linguistic AI which operates off AIML (artificial intelligent markup language) files. I mention this because it would be relatively straightforward to construct AIML which can answer questions about REBOL. Then you can have an IRC bot, or even a web avatar, which can answer human phrased questions about REBOL. Maybe RT could use it to answer feedback :) The only problem I have at the moment is that J-Alice's web server, which I use to get the data in and out of it, is almost completely broken and only responds 50% of the time. However the author of it it says he's fixing it. I couldn't even get various Java versions to run. In an ideal world... someone would re-implement Alice in REBOL so it could be used a simple function. Anyhow, I hope you see some possibilities there. I'll be happy to help out in general terms on IRC issues although there's really no way my IRC Bot would be useful outside of the context it was written for. It's got a hard-coded attitude problem for a start, which is not what you want when someone is asking REBOL questions :) Regards, Mat.