From 46303be80addfabefd33f07af9b90f4c603a0495 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 8 Feb 2013 14:50:55 +0100 Subject: [PATCH] =?UTF-8?q?rename=20'tell=20public'=20to=20something=20els?= =?UTF-8?q?e,=20so=20it=20doesn=E2=80=99t=20collide=20with=20a=20player=20?= =?UTF-8?q?name.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (yeah I’m watching at least two people right now with very unfortunate name choices. Also, whoever is named 'broadcast' owes me a beer.) --- code/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/chat.js b/code/chat.js index 46b4db11..0dc53f1e 100644 --- a/code/chat.js +++ b/code/chat.js @@ -523,7 +523,7 @@ window.chat.chooser = function(event) { case 'public': span.css('cssText', 'color: red !important'); - span.text('tell public:'); + span.text('broadcast:'); elm = $('#chatpublic'); break;