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.
- Host: GitHub
- URL: https://github.com/rvm/smfbot
- Owner: rvm
- Created: 2012-06-27T00:23:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T06:36:44.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T23:58:57.507Z (11 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 16
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.