From 69873bacb6d23bf85acdce097acee5a0dcad353e Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 9 May 2014 15:03:41 +0100 Subject: [PATCH] Tiny EFL tweaks to IRC. Thanks again Belphemur --- nodes/core/social/91-irc.html | 84 +++++++++++++++++------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/nodes/core/social/91-irc.html b/nodes/core/social/91-irc.html index 5497f13b9..36ce711b9 100644 --- a/nodes/core/social/91-irc.html +++ b/nodes/core/social/91-irc.html @@ -34,49 +34,49 @@

Connects to a channel on an IRC server

Any messages on that channel will appear on the msg.payload at the output, while msg.topic will contain who it is from.

The second output provides a msg.payload that has any status messages such as joins, parts, kicks etc.

-

The type of the status is set as msg.payload.type.

-

The possible status are:
+

The type of the status message is set as msg.payload.type.

+

The possible status types are:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeDescription
messagemessage is send into the channel
pmprivate message to the bot
joinan user join the channel (also triggered when the bot join a channel)
invitethe bot is being invited to a channel
parta user leave a channel
quita user quit a channel
kickan user is kicked from a channel
namesretrieve the list of users when the bot join a channel
TypeDescription
messagemessage is sent into the channel
pmprivate message to the bot
joina user joined the channel (also triggered when the bot joins a channel)
invitethe bot is being invited to a channel
parta user leaves a channel
quita user quits a channel
kicka user is kicked from a channel
namesretrieves the list of users when the bot joins a channel