eliza

0.0.1-2 • Public • Published

eliza-irc

An IRC bot that does the eliza thing.

This uses a bunch of code I didn't write. I found it online, and assumed it was ok to use. Here's the license:

elizabot.js v.1.1 - ELIZA JS library (N.Landsteiner 2005)
Eliza is a mock Rogerian psychotherapist.
Original program by Joseph Weizenbaum in MAD-SLIP for "Project MAC" at MIT.
cf: Weizenbaum, Joseph "ELIZA - A Computer Program For the Study of Natural Language
    Communication Between Man and Machine"
    in: Communications of the ACM; Volume 9 , Issue 1 (January 1966): p 36-45.
JavaScript implementation by Norbert Landsteiner 2005; <http://www.masserk.at>

All the parts I wrote are BSD licensed.

Usage

var Eliza = require('eliza/irc.js')
 
new Eliza({ server: 'irc.freenode.net'
          , nick: 'Eliza'
          , channels: ['##turtles']
          , userName: 'eliza'
          , realName: 'eliza' })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1-2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1-2
    3

Package Sidebar

Install

npm i eliza

Weekly Downloads

3

Version

0.0.1-2

License

none

Last publish

Collaborators

  • isaacs