forked from x/ContextOS
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg) {
|
|
msg.Echo("hello world")
|
|
msg.Echo("<what>")
|
|
msg.Dump(can)
|
|
}})
|