diff --git a/core/chat/favor.js b/core/chat/favor.js new file mode 100644 index 00000000..75ed6ce4 --- /dev/null +++ b/core/chat/favor.js @@ -0,0 +1,5 @@ +Volcanos(chat.ONIMPORT, { + _init: function(can, msg) { + msg.Echo("hello world") + }, +})