refactor(cmd): separate commands by functionality

This commit is contained in:
vulet 2021-01-14 18:58:29 +08:00
parent cdd4429549
commit b287d961f3
19 changed files with 23 additions and 23 deletions

View file

@ -4,12 +4,12 @@ exports.runQuery = function (matrixClient, room) {
'<blockquote><b>fediverse commands<br>'
+ '+plemara [your message] : post<br>'
+ '+redact [post id] : delete post<br>'
+ '+fren [user id] : follow<br>'
+ '+unfren [user id] : unfollow<br>'
+ '+follow [user id] : follow<br>'
+ '+unfollow [user id] : unfollow<br>'
+ '+copy [post id] : repeat/repost/retweet<br>'
+ '+reply [post id] [content] : reply to post<br>'
+ '+tip [@user@fedi.url] [amount] : tip 10grans'
+ '+beg : beg for 10grans'
+ '+tip [@user@fedi.url] [amount] : tip 10grans<br>'
+ '+beg : beg for 10grans<br>'
+ '+clap [post id] : favorite<br>'
+ '+boo [post id] : unfavorite</blockquote>'
+ '<blockquote><b>channel commands<br>'