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