Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-20 01:00:44 +03:00
commit 4b129cdaa0
3 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
koreader

6
_meta.lua Normal file
View File

@@ -0,0 +1,6 @@
local _ = require("gettext")
return {
name = "irc",
fullname = _("IRC client"),
description = _([[IRC client.]]),
}

0
main.lua Normal file
View File