Giter Club home page Giter Club logo

on_irc's Introduction

on_irc

An event driven IRC library for the Ruby programming language.

on_irc is Ruby 1.8.7 compatible and will remain this way. If you don't require 1.8.7 compatability, cinch is almost certainly a better option. However, if you're stuck on 1.8.7, on_irc might work for you.

Samples

See the examples directory.

Dependencies

on_irc uses the eventmachine gem.

on_irc's People

Contributors

relrod avatar solson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cmelbye bawng relrod

on_irc's Issues

Force_encoding nonexistent under 1.8

The call to String#force_encoding causes the library to fail under Ruby 1.8, since it doesn't know what encodings are. I had to monkeypatch in a method to make the lirbrary usable.

NICK and USER hard-coded?

Hi,

I checked out master today and couldn't figure out why "nick 'foo'" didn't set my nickname.
It always ends up as "asdf"

Could this be why?

def post_init
command "USER asdf * * :asdf"
command "NICK asdf"
end

Thanks,
Rob

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.