refactor: remove !paste command, keep as internal helper

Paste creation is only used internally by the bot for multi-line
output. The create_paste() helper remains importable by other plugins.
This commit is contained in:
user
2026-02-16 23:17:53 +01:00
parent 546570d21b
commit c92fdbfc30
3 changed files with 1 additions and 48 deletions

View File

@@ -276,11 +276,11 @@ VT rate limit: 4 req/min. Email check: max 5, admin only.
## FlaskPaste
```
!paste some text here # Create paste, get URL
!shorten https://long-url.com/x # Shorten URL
```
Auto-shortens URLs in `!alert` announcements and history when plugin is loaded.
Paste helper used internally for multi-line bot output.
Config: `[flaskpaste]` in `config/derp.toml` or `FLASKPASTE_URL` env var.
### Data Setup