From 1ea4ebba7a392f2a4a369c5693c2eb705958bd77 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Wed, 6 Nov 2013 16:12:34 +0100 Subject: webchat: add spaces around hello arrow --- webchat/hello_web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webchat') diff --git a/webchat/hello_web.js b/webchat/hello_web.js index e1f8f312..81048d38 100644 --- a/webchat/hello_web.js +++ b/webchat/hello_web.js @@ -59,7 +59,7 @@ conn.write(JSON.stringify({from: 'system', message: 'hello'})) var object = JSON.parse(message); object.from = name console.log(object.message); - irc_client.say("#krebs", name + '→' + object.message); + irc_client.say("#krebs", name + ' → ' + object.message); Clients.broadcast(object); } catch (error) { -- cgit v1.2.3