Add IRC package.

This commit is contained in:
Dominik Picheta 2014-08-17 19:17:32 +01:00
parent e5ca712b57
commit 9ad72da03c

View File

@ -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"
}
]