From 6657ce04c1d2f1c4973ee8d34e6b5bfcb1deded5 Mon Sep 17 00:00:00 2001 From: 0x24a Date: Wed, 1 May 2024 14:46:22 +0800 Subject: [PATCH] add quit_hc --- plugins/plugins.json | 3 ++- plugins/quit_hc/index.js | 2 ++ plugins/quit_hc/plugin.json | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 plugins/quit_hc/index.js create mode 100644 plugins/quit_hc/plugin.json diff --git a/plugins/plugins.json b/plugins/plugins.json index ce48903..9707228 100644 --- a/plugins/plugins.json +++ b/plugins/plugins.json @@ -17,6 +17,7 @@ "regex_ban", "chat_translate", "fast_know_kick_me", - "edit_msg" + "edit_msg", + "quit_hc" ] } diff --git a/plugins/quit_hc/index.js b/plugins/quit_hc/index.js new file mode 100644 index 0000000..60bd249 --- /dev/null +++ b/plugins/quit_hc/index.js @@ -0,0 +1,2 @@ +alert("Stop!") +window.location.href="https://discord.com/" \ No newline at end of file diff --git a/plugins/quit_hc/plugin.json b/plugins/quit_hc/plugin.json new file mode 100644 index 0000000..b6d71d9 --- /dev/null +++ b/plugins/quit_hc/plugin.json @@ -0,0 +1,8 @@ +{ + "id":"quit_hc", + "name":"Quit Hack.Chat", + "description":"Stop using hack.chat😓", + "author":"0x24a", + "contact":"admin@thz.cool" + } + \ No newline at end of file