exports.runQuery = function (matrixClient, room) { matrixClient.sendHtmlNotice(room.roomId, '', '
+plemara [your message] : post' + '
' + '+redact [post id] : delete post
' + '+fren [user id] : follow
' + '+unfren [user id] : unfollow
' + '+copy [post id] : repeat/repost/retweet
' + '+reply [post id] [content] : reply to post
' + '+tip [@user@fedi.url] [amount] : tip 10grans' + '+clap [post id] : favorite
' + '+boo [post id] : unfavorite
channel commands' + '
' + '+flood : turn on timeline
' + '+notify : show notifications
--- docs by lint ---'); };