aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/core/chat.js')
-rw-r--r--server/src/commands/core/chat.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/commands/core/chat.js b/server/src/commands/core/chat.js
index 01ee256..908c205 100644
--- a/server/src/commands/core/chat.js
+++ b/server/src/commands/core/chat.js
@@ -2,7 +2,7 @@
Description: Rebroadcasts any `text` to all clients in a `channel`
*/
-import * as UAC from "../utility/UAC/info";
+import * as UAC from '../utility/UAC/_info';
// module support functions
const parseText = (text) => {
@@ -45,7 +45,7 @@ export async function run(core, server, socket, data) {
cmd: 'chat',
nick: socket.nick,
text,
- level: socket.level
+ level: socket.level,
};
if (UAC.isAdmin(socket.level)) {