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

better dingdong bot message output

上级 5920f0a4
......@@ -41,7 +41,16 @@ bot
.on('message', m => {
m.ready()
.then(msg => {
log.info('Bot', 'recv: %s', msg.toStringEx())
const room = m.get('room')
const from = m.get('from')
console.log((room ? '['+room.name()+']' : '')
+ '<'+from.name()+'>'
+ ':' + m.toStringDigest()
)
// log.info('Bot', 'recv: %s', msg.toStringEx())
// logToFile(JSON.stringify(msg.rawObj))
if (/^(ding|ping|bing)$/i.test(m.get('content')) && !bot.self(m)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册