Skip to content
Innocent Bystander edited this page Aug 22, 2015 · 3 revisions

Requires: cleverbot

Unofficial plugin that implements context-aware Cleverbot replies into chats.

Cleverbot can randomly reply to user messages based on a preset "chance-to-reply" setting in config.json that can be set on a per-conversation or global basis.

Note: This plugin uses an unofficial method to request Cleverbot replies and the bot has been known to reply with marketing messages and/or potentially insensitive remarks.

User Commands

/bot chat <something>

  • Directly say <something> to Cleverbot (and get a reply)

Admin Commands

/bot chatreset [<optional conv id>]

  • Removes an API instance for a supplied <conv id> or the current conversation, if it exists
  • Effectively restarts a cleverbot conversation from a blank slate

Settings in config.json

"cleverbot_percentage_replies": "0" (default)

  • Determines the chance that Cleverbot might reply to a message in a chat, range: 0 - 100% chance.
  • Can be set per-conversation or globally

# ## ###

Clone this wiki locally