rename 'tell public' to something else, so it doesn’t collide with a player name.

(yeah I’m watching at least two people right now with very unfortunate name choices. Also, whoever is named 'broadcast' owes me a beer.)
This commit is contained in:
Stefan Breunig
2013-02-08 14:50:55 +01:00
parent 965c4f0156
commit 46303be80a

View File

@ -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;