An open API service indexing awesome lists of open source software.

https://github.com/rvm/smfbot

IRC bot engine build for #smf.sh and related channels.
https://github.com/rvm/smfbot

Last synced: 11 months ago
JSON representation

IRC bot engine build for #smf.sh and related channels.

Awesome Lists containing this project

README

          

# SMF Bot

IRC bot engine build for `#smf.sh` and related channels, quite similar to [cinchize](https://github.com/netfeed/cinchize).

# Example

`Gemfile`:

source "https://rubygems.org"
#ruby=1.9.3
#ruby-gemset=cinch
gem "cinch-identify"
gem "cinch-yaml-memo"
gem "cinch-url-scraper"

`config.yaml`:

---
connection:
:server: irc.freenode.net
:port: 6667
:nick: user
:delay_joins: :identified
:channels:
- "#my-test-channel"
plugins:
"Cinch::Plugins::Identify":
:type: :nickserv
:username: "user"
:password: "password-file-to-read"
"Cinch::Plugins::YamlMemo":
"Cinch::Plugins::UrlScraper":

and run:

smfbot

# Backup

Do not forget to backup directory in which bot is running.