exports.runQuery = function (roomId) { matrixClient.sendHtmlNotice(roomId, ' ', '
fediverse commands' + '
' + '+post [your message] : post
' + '+direct [@recipient] [message] : direct message
' + '+private [message] : follower-only message
' + '+redact [post id] : delete post
' + '+follow [user id] : follow
' + '+unfollow [user id] : unfollow
' + '+media [homeserver image URL or MXC] [optional message] : post media
' + '+copy [post id] : repeat/repost/retweet
' + '+crossblog [status URL]: cross blog twitter post to fediverse post
' + '+reply [post id] [content] : reply to post
' + '+tip [@user@fedi.url] [amount] : tip 10grans
' + '+makeitrain [post id] : make it rain 10grans
' + '+beg : beg for 10grans
' + '+clap [post id] : favorite
' + '+boo [post id] : unfavorite
channel commands' + `
' + '+flood : turn on timeline in channel
' + '+notify : show notifications in channel
' + '+unflood : stop timeline in channel
' + '+unnotify : stop notifications in channel
' + '+archive [URL] : archive content
' + '+rearchive [URL] : re-archive content
' + '+nitter [status URL] : redirect twitter to nitter, also embed tweet
' + '+invidious [video URL] : redirect youtube to invidious, also embed description
' + '+proxy [twitter/youtube]: both +nitter and +invidious commands combined
ligh7hau5 version ${require('../package.json').version}' ); };
` + '--- Contributors🐱 ---
' + 'CRYPTOMOONERS
' + 'docs by LINT