change some plugin stuff and allow to hook into tx_search

This commit is contained in:
2026-04-06 21:55:40 +02:00
parent 9ef820d699
commit 501fe0d443
4 changed files with 13 additions and 4 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ let connectedUsers = [];
let chatHistory = [];
let websocket_delegation = new Map();
var ctl_output;
var tx_search_hook = {};
module.exports = { connectedUsers, chatHistory, websocket_delegation, ctl_output };
module.exports = { connectedUsers, chatHistory, websocket_delegation, ctl_output, tx_search_hook };