1.0.0 • Published 7 years ago

sockbot-irc v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Build Status dependencies Status devDependencies Status

sockbot-IRC

IRC Provider for SockBot

Usage

  1. Have sockbot installed
  2. install using npm install -g sockbot-irc
  3. Edit your config.yml file like so:
core:
  username: [username goes here]
  password: [password goes here]
  server: [IRC server goes here]
  owner: [your nick here]
  provider: sockbot-irc
  channels:
    - #optional_list
    - #of_channels
    - #to_join
  1. Add plugins as per the sockbot instructions
  2. Start with sockbot config.yml
1.0.0

7 years ago