diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-12 07:15:52 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-12 07:15:52 +0300 |
| commit | 423bdeb84be3c1d95deba77cc0f78be0fbf47303 (patch) | |
| tree | 09aea1ee2b9a4e939c20300d605b9bf354cef14f | |
| parent | 948ccc982261b5b048217dfd24938571416e9f29 (diff) | |
*/*: Rename and reorder Moebooru boards
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | README.md | 4 | ||||
| -rwxr-xr-x | bot.zsh | 4 | ||||
| -rw-r--r-- | config/moebooru.zsh | 4 | ||||
| -rw-r--r-- | files/help.txt.default | 4 | ||||
| -rw-r--r-- | operators/command_source.zsh | 4 |
5 files changed, 10 insertions, 10 deletions
@@ -79,9 +79,9 @@ Cache modes: * [Safebooru](https://safebooru.donmai.us/) * [Danbooru](https://danbooru.donmai.us/) * [Idol Complex](https://www.idolcomplex.com/) -* [Konachan.com](https://konachan.com/) * [Sankaku Channel](https://www.sankakucomplex.com/) -* [yande.re](https://yande.re/) +* [Konachan](https://konachan.com/) +* [Yandere](https://yande.re/) ## Donation @@ -37,9 +37,9 @@ data_table=( safebooru "Safebooru" danbooru "Danbooru" idolcomplex "Idol Complex" - konachan "Konachan.com" sankakuchannel "Sankaku Channel" - yandere "yande.re" + konachan "Konachan" + yandere "Yandere" saucenao "SauceNAO" shorts "Shortcuts" ) diff --git a/config/moebooru.zsh b/config/moebooru.zsh index fe23be1..da1e66f 100644 --- a/config/moebooru.zsh +++ b/config/moebooru.zsh @@ -6,12 +6,12 @@ ib_cname="moebooru" case "${ib_board}" in (k) - ib_name="Konachan.com" + ib_name="Konachan" ib_api="https://konachan.com" ib_url="https://konachan.com" ;; (y) - ib_name="yande.re" + ib_name="Yandere" ib_api="https://yande.re" ib_url="https://yande.re" ;; diff --git a/files/help.txt.default b/files/help.txt.default index c42b43a..7b1ad32 100644 --- a/files/help.txt.default +++ b/files/help.txt.default @@ -138,9 +138,9 @@ List of currently supported booru-like Image Boards <code>a</code> - <a href="https://safebooru.donmai.us/">Safebooru</a> <code>d</code> - <a href="https://danbooru.donmai.us/">Danbooru</a> <code>i</code> - <a href="https://www.idolcomplex.com/">Idol Complex</a> -<code>k</code> - <a href="https://konachan.com/">Konachan.com</a> <code>s</code> - <a href="https://www.sankakucomplex.com/">Sankaku Channel</a> -<code>y</code> - <a href="https://yande.re/">yande.re</a> +<code>k</code> - <a href="https://konachan.com/">Konachan</a> +<code>y</code> - <a href="https://yande.re/">Yandere</a> <<<<<<<< diff --git a/operators/command_source.zsh b/operators/command_source.zsh index 347fe28..26a60fd 100644 --- a/operators/command_source.zsh +++ b/operators/command_source.zsh @@ -41,9 +41,9 @@ fi booru_table=( danbooru_id d "Danbooru" idol_id i "Idol Complex" - konachan_id k "Konachan.com" sankaku_id s "Sankaku Channel" - yandere_id y "yande.re" + konachan_id k "Konachan" + yandere_id y "Yandere" ) external_table=( |
