From 0cedb40cc301e5ac1b218522bd711f63a670fe68 Mon Sep 17 00:00:00 2001 From: MinusGix Date: Fri, 6 Mar 2020 15:29:15 -0600 Subject: Add trip to various commands that include nickname of moderator using them --- server/src/commands/mod/unban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/mod/unban.js') diff --git a/server/src/commands/mod/unban.js b/server/src/commands/mod/unban.js index dd14a3a..9f50e92 100644 --- a/server/src/commands/mod/unban.js +++ b/server/src/commands/mod/unban.js @@ -48,7 +48,7 @@ export async function run(core, server, socket, data) { // notify mods server.broadcast({ cmd: 'info', - text: `${socket.nick} unbanned: ${target}`, + text: `${socket.nick}#${socket.trip} unbanned: ${target}`, }, { level: UAC.isModerator }); // stats are fun -- cgit v1.2.1