From 8987cca8484ebb5d8ac3214acbfdab630cf2f29d Mon Sep 17 00:00:00 2001 From: MinusGix Date: Fri, 6 Mar 2020 15:17:43 -0600 Subject: Reword actions which are restricted on using against users of same level --- server/src/commands/mod/ban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/mod/ban.js') diff --git a/server/src/commands/mod/ban.js b/server/src/commands/mod/ban.js index abc02d7..e110e78 100644 --- a/server/src/commands/mod/ban.js +++ b/server/src/commands/mod/ban.js @@ -33,7 +33,7 @@ export async function run(core, server, socket, data) { if (badClient.level >= socket.level) { return server.reply({ cmd: 'warn', - text: 'Cannot ban other mods, how rude', + text: 'Cannot ban other users of the same level, how rude', }, socket); } -- cgit v1.2.1