From 0a3c889cc629d6ee0ab68c319487c5b4040458f7 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 29 Aug 2014 16:41:15 +0100 Subject: [PATCH] Allow IRC to listen on multiple channels from one or multiple nodes... Issue #362 --- nodes/core/social/91-irc.html | 10 ++-- nodes/core/social/91-irc.js | 96 ++++++++++++++++++++--------------- 2 files changed, 63 insertions(+), 43 deletions(-) diff --git a/nodes/core/social/91-irc.html b/nodes/core/social/91-irc.html index 57aac4b80..943a887fc 100644 --- a/nodes/core/social/91-irc.html +++ b/nodes/core/social/91-irc.html @@ -27,12 +27,16 @@ -
The channel to join must start with a # (as per normal irc rules...)
+
The channel to join must start with a # (as per normal irc rules...)
+ You may join multiple channels by comma separating a list - #chan1,#chan2,etc.