An IRC bot that speaks using cleverbot-node.
Install by running npm install
and then node bot.js
.
Just talk to it:
<realhuman> bot: hello
<bot> Hello.
.join <chan>
: Joins a channel..part [chan]
: Leaves a channel..nick <nick>
: Changes the nick..say <msg>
: Says whatever you want it to say.
You can change nick, channel list and irc host in CONFIG.json
. Try not to break the JSON file.
Create a .js
file in irc_modules
, it will be automagically loaded. Be sure to export a function!