diff --git a/nodes/social/91-irc.html b/nodes/social/91-irc.html
index 5c78784d4..10f062ec9 100644
--- a/nodes/social/91-irc.html
+++ b/nodes/social/91-irc.html
@@ -43,7 +43,7 @@
icon: "hash.png",
label: function() {
var ircNode = RED.nodes.node(this.ircserver);
- return this.name||((ircNode?ircNode.label():"irc");
+ return this.name||(ircNode?ircNode.label():"irc");
},
labelStyle: function() {
return this.name?"node_label_italic":"";