Skip to content

jarvis-js/dobot-module-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRC

Make the bot available on one or more IRC servers.

Configuration

An example configuration can be seen below.

irc: {
	connection: {
		host: 'irc.freenode.org',
		nick: 'botnick',
		options: {
			channels: [ '#channel' ],
			userName: 'do-bot',
			realName: 'do-bot'
		}
	}
}

connection

Can be a single server definition or an array or server definitions.

host

Host name of the server to connect to.

nick

Preferred nickname of the bot on the server. If the nickname has already been taken the server can assign a new one.

options

This module uses node-irc and uses the same options. The option stripColors is always set to true, regardless of the value assigned in the module config.

About

IRC adapter for DoBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published