diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-06-17 08:56:59 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-17 14:45:25 -0500 |
commit | c25df027af5f47f830856f4a95bc528e790bb4f3 (patch) | |
tree | 14c43749a1e0693164cc71b83becb0073b744d6d /libraries/smartirc4net/README | |
parent | bac25796931edf79c86798d8c37fa555bcd678ef (diff) |
libraries/smartirc4net: Added (C# IRC library)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/smartirc4net/README')
-rw-r--r-- | libraries/smartirc4net/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/smartirc4net/README b/libraries/smartirc4net/README new file mode 100644 index 0000000000000..d2f09e76bf43f --- /dev/null +++ b/libraries/smartirc4net/README @@ -0,0 +1,7 @@ +smartirc4net (C# IRC Library) + +SmartIrc4net is a multi-threaded and thread-safe IRC library witten in C#. +It allows you to communicate with IRC servers. The API features full channel +syncing and is split into 3 layers: IrcConnection, IrcCommands, and IrcClient. + +This requires mono. |