summary refs log tree commit diff
path: root/commands/motd.js
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 14:24:39 +0200
committerWlodekM <[email protected]>2024-11-30 14:24:39 +0200
commit714a4189eb02051ddd330513048b07b3be070e27 (patch)
tree64112d5ce9d2b433cc4be0adf561ac128a3d84b5 /commands/motd.js
parentf37e3537adb59f2b724259a1720295756eb94277 (diff)
do stuff 3
Diffstat (limited to 'commands/motd.js')
-rw-r--r--commands/motd.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/motd.js b/commands/motd.js
deleted file mode 100644
index a4e7fde..0000000
--- a/commands/motd.js
+++ /dev/null
@@ -1,7 +0,0 @@
-export default {
-    name: "motd",
-    aliases: [],
-    command: function ({ user, server }) {
-        user.socket.send("MOTD: " + server.format(server.config.motd));
-    },
-};