aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/core')
-rw-r--r--server/src/commands/core/changenick.js2
-rw-r--r--server/src/commands/core/invite.js2
-rw-r--r--server/src/commands/core/whisper.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/server/src/commands/core/changenick.js b/server/src/commands/core/changenick.js
index 6e9e59f..9cfa929 100644
--- a/server/src/commands/core/changenick.js
+++ b/server/src/commands/core/changenick.js
@@ -2,7 +2,7 @@
Description: Allows calling client to change their current nickname
*/
-import * as UAC from "../utility/UAC/_info";
+import * as UAC from '../utility/UAC/_info';
// module main
export async function run(core, server, socket, data) {
diff --git a/server/src/commands/core/invite.js b/server/src/commands/core/invite.js
index 6d7c2af..b98115b 100644
--- a/server/src/commands/core/invite.js
+++ b/server/src/commands/core/invite.js
@@ -2,7 +2,7 @@
Description: Generates a semi-unique channel name then broadcasts it to each client
*/
-import * as UAC from "../utility/UAC/_info";
+import * as UAC from '../utility/UAC/_info';
// module main
export async function run(core, server, socket, data) {
diff --git a/server/src/commands/core/whisper.js b/server/src/commands/core/whisper.js
index e574e1f..0c2e2d3 100644
--- a/server/src/commands/core/whisper.js
+++ b/server/src/commands/core/whisper.js
@@ -2,7 +2,7 @@
Description: Display text on targets screen that only they can see
*/
-import * as UAC from "../utility/UAC/_info";
+import * as UAC from '../utility/UAC/_info';
// module support functions