Pretty much full re-write, switched from node-irc to irc-framework, fixed some bugs, imrpoved some stuff, changed config from XML to yaml.

This commit is contained in:
2025-09-19 22:50:55 +02:00
parent 00fcac9a5a
commit 311e66cce6
8 changed files with 289 additions and 133 deletions

View File

@@ -1,18 +1,16 @@
{
"dependencies": {
"discord.js-selfbot-v13": "^3.4.5",
"irc": "^0.5.2",
"irc-framework": "^4.14.0",
"xml2js": "^0.6.2"
},
"name": "bridge",
"version": "1.0.0",
"name": "discord-irc-bridge",
"version": "2.0.0",
"description": "A Discord <-> IRC bridge using selfbot and irc-framework",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
"author": "Purplebored",
"license": "MIT",
"dependencies": {
"discord.js-selfbot-v13": "^2.10.0",
"irc-framework": "^3.0.0",
"yaml": "^2.3.1"
}
}