Project

smfbot

0.0
No release in over 3 years
Low commit activity in last 3 years
IRC bot engine build for #smf.sh and related channels.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2
 Project Readme

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.