Don't need angle brackets anymore for party cast notifications
This commit is contained in:
@@ -370,7 +370,7 @@ api.cast = function(req, res) {
|
||||
|
||||
if (group) {
|
||||
series.push(function(cb2){
|
||||
var message = '`<'+user.profile.name+'> casts '+spell.text + (type=='user' ? ' on @'+found.profile.name : ' for the party')+'.`';
|
||||
var message = '`'+user.profile.name+' casts '+spell.text + (type=='user' ? ' on @'+found.profile.name : ' for the party')+'.`';
|
||||
group.sendChat(message);
|
||||
group.save(cb2);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user