diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-17 19:17:32 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-17 19:17:32 +0100 |
| commit | 9ad72da03c8272256812c7a71f33e1c84d22feb5 (patch) | |
| tree | b4a9badd1a4e204e733d71e5ce66ee81a07a002b | |
| parent | e5ca712b57a457b635532a105b226c29338e1fad (diff) | |
| download | packages-9ad72da03c8272256812c7a71f33e1c84d22feb5.tar.gz packages-9ad72da03c8272256812c7a71f33e1c84d22feb5.zip | |
Add IRC package.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index d178614..62f4db6 100644 --- a/packages.json +++ b/packages.json @@ -912,5 +912,14 @@ "description": "Library for detecting the format of a sound file", "license": "MIT", "web": "https://github.com/achesak/nimrod-sndhdr" + }, + { + "name": "irc", + "url": "git://github.com/nimrod-code/irc", + "method": "git", + "tags": ["library", "irc", "network"], + "description": "Implements a simple IRC client.", + "license": "MIT", + "web": "https://github.com/nimrod-code/irc" } ] |
