aboutsummaryrefslogtreecommitdiff
path: root/auth/config/moebooru.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'auth/config/moebooru.zsh')
-rw-r--r--auth/config/moebooru.zsh20
1 files changed, 0 insertions, 20 deletions
diff --git a/auth/config/moebooru.zsh b/auth/config/moebooru.zsh
deleted file mode 100644
index 1143298..0000000
--- a/auth/config/moebooru.zsh
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2024-2026 Maria Lisina
-# Copyright (C) 2024-2026 Danil Lisin
-# SPDX-License-Identifier: Apache-2.0
-
-case "${ib_board}" in
- (k)
- ib_auth="https://konachan.com"
- ib_config="konachan"
- ;;
- (y)
- ib_auth="https://yande.re"
- ib_config="yandere"
- ;;
-esac
-
-ib_raw=0
-ib_login_file="username"
-ib_key_file="api_key"
-ib_login_word="username"
-ib_key_word="API key"