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/smartirc4net/pkg-descr | |
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/smartirc4net/pkg-descr')
-rw-r--r-- | irc/smartirc4net/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/irc/smartirc4net/pkg-descr b/irc/smartirc4net/pkg-descr new file mode 100644 index 000000000000..a65d81e37313 --- /dev/null +++ b/irc/smartirc4net/pkg-descr @@ -0,0 +1,5 @@ +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/ |