diff options
author | romain <romain@FreeBSD.org> | 2010-06-05 21:13:38 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-05 21:13:38 +0800 |
commit | 7a6b1216de87fb2538939cefbe66f06262f7cf85 (patch) | |
tree | 8d674635ef990d0147ff70e6ce0cbd9aff9f5d3f /irc/Makefile | |
parent | 043f4eec228c6c8e5e09704663cfd1087d072b93 (diff) | |
download | freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.tar.gz freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.tar.zst freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.zip |
SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It
allows you to communicate with IRC servers. The API features full channel
syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient.
WWW: http://smartirc4net.meebey.net/jaws/
PR: ports/141443
Submitted by: Romain Tartiere <romain at blogreen.org>
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 dcc781d2d207..1454014c58fe 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -126,6 +126,7 @@ SUBDIR += simpleirc SUBDIR += sirc SUBDIR += slirc + SUBDIR += smartirc4net SUBDIR += solid-ircd SUBDIR += srvx SUBDIR += talksoup |