Skip to content
forked from ecruby/chatbot

Simple community-made chatbot - just for fun

Notifications You must be signed in to change notification settings

mikeweber/chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot

A community built chat bot, just for fun. Send pull requests!

Running it

It runs with straight Ruby. You’ll need the Cinch, Cinch-Identify and ActiveSupport gems and Ruby 1.9, and you’ll want to specify the nick and channel you want to use in a YAML file:

[bot.yml]:

settings:
  server: 'irc.freenode.org'
  nick: &nick 'my_bot'
  channel: '#ecruby'
  plugins:
    "Repeater":
    "OverAchieverListener":
    "Cinch::Plugins::Identify":
      require: 'cinch/plugins/identify'
      nick: *nick
      nickserv_pass: sekrit
      type: nickserv

Then just run it with:

ruby chatbot.rb

About

Simple community-made chatbot - just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%