1
0
forked from x/ContextOS
ContextOS/src/hi/hi.js
2022-10-27 22:28:42 +08:00

6 lines
139 B
JavaScript

Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg) {
msg.Echo("hello world")
msg.Echo("<what>")
msg.Dump(can)
}})