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

15
package-lock.json generated
View File

@@ -12,7 +12,8 @@
"discord.js-selfbot-v13": "^3.4.5",
"irc": "^0.5.2",
"irc-framework": "^4.14.0",
"xml2js": "^0.6.2"
"xml2js": "^0.6.2",
"yaml": "^2.8.1"
}
},
"node_modules/@discordjs/builders": {
@@ -1513,6 +1514,18 @@
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
}
},
"node_modules/yargs": {
"version": "15.4.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",