From aa2a257bd135788ac9970fd94ba9c22349f4e011 Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Thu, 19 Jul 2012 09:14:09 -0500 Subject: [PATCH] Adding information about hubot-irc channel on freenode. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d673d9..f100645 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Hubot IRC Adapter -NOTICE: This bot is now upgraded to Hubot 2.3. You should specify 0.0.8 as your hubot-irc dependency for older versions of Hubot (<2.0.0). - ## Description -This is the IRC adapter for hubot. +This is the IRC adapter for hubot. For discussion about this adapter, join `#hubot-irc` on `irc.freenode.net`. ## Installation +NOTICE: This bot is now upgraded to Hubot 2.3. You should specify 0.0.8 as your hubot-irc dependency for older versions of Hubot (<2.0.0). + * Add `hubot-irc` as a dependency in your hubot's `package.json` * Install dependencies with `npm install` * Run hubot with `bin/hubot -a irc`