actually add "npm run irc" this time

This commit is contained in:
zefie
2025-07-24 12:06:39 -04:00
parent 41a4ed4721
commit dfd5132e85

View File

@@ -7,6 +7,7 @@
"license": "GPL3",
"scripts": {
"start": "node app.js",
"irc": "node irconly.js",
"test": "node test.js",
"debug": "cross-env DEBUG=* node app.js"
},