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/unbanall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/mod/unbanall.js') diff --git a/server/src/commands/mod/unbanall.js b/server/src/commands/mod/unbanall.js index 750c322..a5de3c8 100644 --- a/server/src/commands/mod/unbanall.js +++ b/server/src/commands/mod/unbanall.js @@ -25,7 +25,7 @@ export async function run(core, server, socket) { // notify mods server.broadcast({ cmd: 'info', - text: `${socket.nick} unbanned all ip addresses`, + text: `${socket.nick}#${socket.trip} unbanned all ip addresses`, }, { level: UAC.isModerator }); return true; -- cgit v1.2.1