diff --git a/social/irc/91-irc.html b/social/irc/91-irc.html index bbc5ad6c..9dc209d3 100644 --- a/social/irc/91-irc.html +++ b/social/irc/91-irc.html @@ -92,6 +92,10 @@ ircserver: {type:"irc-server", required:true}, channel: {value:"",required:true,validate:RED.validators.regex(/^#/)} }, + credentials: { + username: {type:"text"}, + password: {type:"password"} + }, color:"Silver", inputs:0, outputs:2, @@ -200,6 +204,14 @@ +
+ + +
+
+ + +