0.2.0 • Published 8 years ago

cordlr-cleverbot v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

cordlr-cleverbot NPM version Build Status

Cordlr cleverbot plugin

Installation

$ cordlr install cordlr-cleverbot

Then add it to your config.

{
  "plugins": [
    "cordlr-cleverbot"
  ],
  "cleverbot": {
    "scope": ["mention", "command"], // How should the bot be triggered, by command, message, or both
    "mention": true, // Should the bot mention the user when replying back
    "typing": true // Should the bot act as if it is typing a response
  }
}

Usage

cleverbot <message>

or it can be used via mention if it is enabled

@botname <message>

License

MIT © Sean Wilson

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago