0.2.2 • Published 12 years ago

omnibot v0.2.2

Weekly downloads
30
License
-
Repository
github
Last release
12 years ago

OmniBot

OmniBot is a simple chat bot.

Usage

var OmniBot = require('omnibot');

var bot = new OmniBot('Bot Name', 'connector', { options: 'connection options' });

bot.config.option = '';

bot.boot(function() {
	bot.loadModules('modules');
	bot.listen();
});