mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 10:58:06 +11:00
Rename app-kmt to app-telnet
This commit is contained in:
parent
da58c88d0d
commit
2ebc0840ac
@ -91,9 +91,9 @@ return {
|
|||||||
"docs/repoauthors/app-allmem"
|
"docs/repoauthors/app-allmem"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["app-kmt"] = {
|
["app-telnet"] = {
|
||||||
desc = "Line-terminal for MUDs & such",
|
desc = "TELNET client",
|
||||||
v = 2,
|
v = 0,
|
||||||
deps = {
|
deps = {
|
||||||
"neo",
|
"neo",
|
||||||
"zzz-license-pd"
|
"zzz-license-pd"
|
||||||
@ -104,8 +104,8 @@ return {
|
|||||||
"docs/repoauthors"
|
"docs/repoauthors"
|
||||||
},
|
},
|
||||||
files = {
|
files = {
|
||||||
"apps/app-kmt.lua",
|
"apps/app-telnet.lua",
|
||||||
"docs/repoauthors/app-kmt"
|
"docs/repoauthors/app-telnet"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
["svc-ghostie"] = {
|
["svc-ghostie"] = {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-- This is released into the public domain.
|
-- This is released into the public domain.
|
||||||
-- No warranty is provided, implied or otherwise.
|
-- No warranty is provided, implied or otherwise.
|
||||||
|
|
||||||
-- app-kmt.lua : just a utility now
|
-- app-telnet.lua : just a utility now
|
||||||
-- Authors: 20kdc
|
-- Authors: 20kdc
|
||||||
|
|
||||||
local inet = neo.requireAccess("c.internet", "internet").list()()
|
local inet = neo.requireAccess("c.internet", "internet").list()()
|
@ -1,2 +0,0 @@
|
|||||||
repository/apps/app-kmt.lua: 20kdc, Public Domain
|
|
||||||
|
|
2
repository/docs/repoauthors/app-telnet
Normal file
2
repository/docs/repoauthors/app-telnet
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
repository/apps/app-telnet.lua: 20kdc, Public Domain
|
||||||
|
|
Loading…
Reference in New Issue
Block a user