Skip to content

Commit e73cfcc

Browse files
authored
WHR aliasing creates a message
1 parent 58ce274 commit e73cfcc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Zero-K.info/Controllers/UsersController.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,9 @@ public ActionResult SetWhrAlias(int accountID, string alias)
526526

527527
acc.WhrAlias = aliasId;
528528
db.SaveChanges();
529-
529+
530+
Global.Server.GhostChanSay(GlobalConst.ModeratorChannel, string.Format("{0} linked {1} WHR to {2}", Global.Account.Name, acc.Name, aliasAcc.Name));
531+
530532
return Content(string.Format("{0} will play for {1}", acc, aliasAcc));
531533
}
532534
}

0 commit comments

Comments
 (0)