diff options
author | knu <knu@FreeBSD.org> | 2001-01-19 09:00:21 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-01-19 09:00:21 +0000 |
commit | 6cfccc5834fc41ac9446ff0afcd27f592856e1ae (patch) | |
tree | 8a20de183248457ce39b8fd971c955930b0a49e1 /irc/Makefile | |
parent | 11b53bc6977661b308bada4b79e5c8de69063220 (diff) | |
download | FreeBSD-ports-6cfccc5834fc41ac9446ff0afcd27f592856e1ae.zip FreeBSD-ports-6cfccc5834fc41ac9446ff0afcd27f592856e1ae.tar.gz |
Add ruby-irc, an IRC client framework for Ruby.
Currently few English documents are bundled. For the time being, try
the bot.rb (and cpi/*.cpi) example I translated into English to see
how it works.
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index d026022..c4d935f 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -22,6 +22,7 @@ SUBDIR += party SUBDIR += quirc SUBDIR += roxirc + SUBDIR += ruby-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += sirc |