From 2e797dd24009c52fa712317038900663a5aa32ac Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Sat, 5 Mar 2022 21:01:36 +0100 Subject: Safe search --- operator.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 operator.js (limited to 'operator.js') diff --git a/operator.js b/operator.js new file mode 100644 index 0000000..1c01e28 --- /dev/null +++ b/operator.js @@ -0,0 +1,9 @@ +let operators, ignored + +furrybot.list_change_command("op", "operators", "an operator", true) +furrybot.list_change_command("deop", "operators", "an operator", nil) +furrybot.list_command("oplist", "operators", "operators") + +furrybot.list_change_command("ignore", "ignored", "ignored", true) +furrybot.list_change_command("unignore", "ignored", "ignored", nil) +furrybot.list_command("ignorelist", "ignored", "ignored players") -- cgit v1.2.3