added bad irc library

This commit is contained in:
v
2021-01-23 05:30:48 +00:00
parent 7ab55ce0a5
commit f09cf70391
2 changed files with 109 additions and 0 deletions

12
irc/pkgmeta.ltn Normal file
View File

@@ -0,0 +1,12 @@
{
["version"] = "0.1.0",
["dependencies"] = {
},
["description"] = "An IRC library that connects to the HNode's websocket server.",
["files"] = {
["lib"] = {
"irc.lua"
}
}
}