diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-21 22:11:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-06-21 22:11:50 +0000 |
commit | 4cd9218473abd1b2ac8e714a2fc864bbea5d5c67 (patch) | |
tree | 739d677a11d2cd22d6463a6b43d1f69a67896abc /irc/Makefile | |
parent | 7c4f427fb5e18e1f0a5462089f77f65f0d024979 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=215493
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 |