sockbot-irc
v1.0.0
Published
An ircprovider for sockbot
Downloads
1
Readme
sockbot-IRC
IRC Provider for SockBot
Usage
- Have sockbot installed
- install using
npm install -g sockbot-irc
- 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
- Add plugins as per the sockbot instructions
- Start with
sockbot config.yml