diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:11:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-06-22 06:11:50 +0800 |
commit | 2c3c3931c9f1c76df291354a6b6edc16a9ff942e (patch) | |
tree | e2362d8a0caa52d365bcc5933f9faf2e3b3d020a /irc/Makefile | |
parent | ea7f0c078dd8af79125668e00fba8db458c35af5 (diff) | |
download | freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.tar.gz freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.tar.zst freebsd-ports-gnome-2c3c3931c9f1c76df291354a6b6edc16a9ff942e.zip |
For those of us that prefer the Ruby programming language above all others,
the XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby,
in addition to the other supported scripting interfaces. This means that,
for the first time, you can use a purely object-oriented language
in which to write X-Chat plugins.
WWW: http://xchat-ruby.sourceforge.net/
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 6d0800ef3325..29a8d4876535 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -135,6 +135,7 @@ SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption + SUBDIR += xchat-ruby SUBDIR += xchat1 SUBDIR += zircon SUBDIR += znc |