Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/smfbotPublic

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

NotificationsYou must be signed in to change notification settings

rvm/smfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRC bot engine build for#smf.sh and related channels, quite similar tocinchize.

Example

Gemfile:

source "https://rubygems.org"#ruby=1.9.3#ruby-gemset=cinchgem "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

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp