Skip to content

Jamician, an IRC bot (#alakajam #akj-team on afternet.org)

Notifications You must be signed in to change notification settings

alakajam-team/alakajam-irc

Repository files navigation

alakajam-irc

An IRC bot for alakajam.com.

Supported commands

See the commands documentation.

Quick start

Requires Node 8. The bot can be started by running:

npm install
npm start

This will connect using the default configuration in example.config.yaml. To use custom configuration (recommended), create an alternative config file called config.yaml. This file takes precedence over example.config.yaml and is not tracked by git.

REPL

The client created in index.js can be imported into the REPL and manipulated there. For example:

$ node
> const client = require('.');
> client.say('#alakajam', 'Abracadabra');

Configuration

Configuration options are explained in example.config.yaml.

About

Jamician, an IRC bot (#alakajam #akj-team on afternet.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •