General Cleanup (#19088)

* Remove unused news_articles system

* Rip out the webhook system

* Merk bot/

* Rip out old IRC code

* Move the malf_ai manual

* Clean up the tools folder

* Revert "Remove unused news_articles system"

This reverts commit b1295ce8fa714ea35d768365c267b4b60fcd2faa.

* Put these back
This commit is contained in:
ShadowLarkens
2026-01-30 20:39:50 +01:00
committed by GitHub
parent 193ba5851c
commit e8e986e6f5
122 changed files with 89 additions and 13656 deletions
-8
View File
@@ -438,14 +438,6 @@ Extracted to its own procedure for easier logic handling with paper bundles.
summary = copytext(summary, 1, webhook_length_limit + 1)
summary += "\n\[Truncated\]"
SSwebhooks.send(
WEBHOOK_FAX_SENT,
list(
"name" = "[faxname] '[sent.name]' sent from [key_name(sender)]",
"body" = summary
)
)
/*
##### ####
##### Webhook Functionality ####