From fbfcfb7da7f05d6a4407b58f78492f4d90fa3154 Mon Sep 17 00:00:00 2001 From: Luke Bonaccorsi Date: Fri, 15 Aug 2014 23:07:22 +0100 Subject: [PATCH] Added displayname and description --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 743f514..c8ce5a6 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,8 @@ module.exports = function(){ this.name = 'hangouts'; + this.displayname = 'Google Hangouts Chat'; + this.description = 'Send messages to woodhouse via Google Hangouts'; this.defaultPrefs = [{ name: 'username',