The Wayback Machine - https://web.archive.org/web/20200916000225/https://github.com/rvm/smfbot
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 

README.md

SMF Bot

IRC bot engine build for #smf.sh and related channels, quite similar to 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.

About

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

Resources

Sponsor this project

  •  
  •  
Learn more about GitHub Sponsors

Packages

No packages published
You can’t perform that action at this time.