From 7da7887ed273dc7d9f21880b0a135b33c909e902 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Tue, 2 Sep 2014 10:45:22 +0100 Subject: [PATCH] Add info to IRC node re RAW commands --- nodes/core/social/91-irc.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/core/social/91-irc.html b/nodes/core/social/91-irc.html index e61e34798..6592d42a3 100644 --- a/nodes/core/social/91-irc.html +++ b/nodes/core/social/91-irc.html @@ -147,6 +147,7 @@ or you can select to use msg.topic to send the msg.payload to a specific user (private message) or channel.

If multiple output channels are listed (eg. #chan1,#chan2), then the message will be sent to all of them.

Note: you can only send to channels you have previously joined so they MUST be specified in the node - even if you then decide to use a subset in msg.topic

+

You may send RAW commands using msg.raw - This must contain an array of parameters - eg.

["privmsg","#nodered","Hello world"]