aboutsummaryrefslogtreecommitdiff
path: root/commands/Owners Only
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-25 21:58:31 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-25 21:58:31 -0500
commit2b83e842fea1c9cab7abbe45154a1f140e26f990 (patch)
treed5632015dbc0f28a56ee1295d0d32d92378b6204 /commands/Owners Only
parent6d17517b4543afbf5100b55619efc8a6d8f3c754 (diff)
downloadPokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.gz
PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.bz2
PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.zip
Basic music commands
Diffstat (limited to 'commands/Owners Only')
-rw-r--r--commands/Owners Only/eval.js2
-rw-r--r--commands/Owners Only/poweroff.js2
-rw-r--r--commands/Owners Only/say.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js
index 07f6a71..a6a6916 100644
--- a/commands/Owners Only/eval.js
+++ b/commands/Owners Only/eval.js
@@ -1,4 +1,4 @@
-/****************************************
+/** **************************************
*
* Eval / Exec: Plugin for PokeBot that provides diagnostic information.
* Copyright (C) 2018 TheEdge, jtsshieh, Alee
diff --git a/commands/Owners Only/poweroff.js b/commands/Owners Only/poweroff.js
index f047c59..0facc66 100644
--- a/commands/Owners Only/poweroff.js
+++ b/commands/Owners Only/poweroff.js
@@ -1,4 +1,4 @@
-/****************************************
+/** **************************************
*
* Poweroff: Plugin for PokeBot that remotely exits the process.
* Copyright (C) 2018 TheEdge, jtsshieh, Alee
diff --git a/commands/Owners Only/say.js b/commands/Owners Only/say.js
index 18cc5a6..51de21d 100644
--- a/commands/Owners Only/say.js
+++ b/commands/Owners Only/say.js
@@ -1,4 +1,4 @@
-/****************************************
+/** **************************************
*
* Say: Plugin for PokeBot that sends a message with the provided content.
* Copyright (C) 2018 TheEdge, jtsshieh, Alee