-
Notifications
You must be signed in to change notification settings - Fork 3
An IRC Client Framework for Ruby.
popeketric/Ruby-IRC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
= Ruby-IRC Framework for IRC clients == What is it? Ruby-IRC is a simple framework for creating clients for IRC. It will monitor multiple IO sockets for data. Allows user defined handlers for IRC events. == A simple usage example bot = IRC.new("Nickname", "server.example.com", "6667", "Realname") IRCEvent.add_callback('endofmotd') { |event| bot.add_channel('#eris') } IRCEvent.add_callback('join') { |event| bot.send_message(event.channel, "Hello #{event.from}") } bot.connect == Author Chris Boyer email: popeketric@gmail.com
About
An IRC Client Framework for Ruby.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published