We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e73abd commit e11c9a2Copy full SHA for e11c9a2
1 file changed
Zero-K.info/Controllers/UsersController.cs
@@ -286,6 +286,7 @@ public ActionResult Punish(int accountID,
286
287
Global.Server.GhostChanSay(GlobalConst.ModeratorChannel, string.Format("New penalty for {0} {1} ", acc.Name, Url.Action("Detail", "Users", new { id = acc.AccountID }, "http")));
288
Global.Server.GhostChanSay(GlobalConst.ModeratorChannel, string.Format("Reason: {0} ", reason));
289
+ Global.Server.GhostChanSay(GlobalConst.ModeratorChannel, string.Format("Duration: {0}h", banHours));
290
Global.Server.GhostPm(acc.Name, string.Format("Your account has received moderator action: {0}", reason));
291
}
292
catch (Exception ex)
0 commit comments