提交 95b5aed3 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

tmp act as ding-dong for test

上级 5a0cf927
......@@ -51,6 +51,12 @@ const onMessage = function(m) {
, from.name()
, m.toStringDigest()
)
if (/^(ding|ping|bing)$/i.test(m.get('content')) && !bot.self(m)) {
bot.reply(m, 'dong')
.then(() => { log.info('Bot', 'REPLY: dong') })
}
}
/**
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册