aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/mod/unban.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/mod/unban.js')
-rw-r--r--server/src/commands/mod/unban.js2
1 files changed, 1 insertions, 1 deletions
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