https://github.com/rvm/smfbot
IRC bot engine build for #smf.sh and related channels.
https://github.com/rvm/smfbot
Last synced: 1 day 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T12:23:19.000Z (10 months ago)
- Last Synced: 2026-06-07T16:05:22.584Z (5 days ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- 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.