58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
{ id = 'disemvowel', start = {
text = 'disemvowel'; -- translations should not translate this literally
desc = "this user's posts will be ritually mutilated in a humorous fashion as appropriate to the script in which they are written; e.g. the removal of vowels in roman text and deletion of kana in japanese text";
}, stop = {
text = 're-emvowel';
desc = "this user's posts will once again appear normally";
}};
{ id = 'block', start = {
text = 'block';
desc = "this user will not be able to interact with you in any fashion and they will be forced to unfollow you";
}, stop = {
text = 'unblock';
desc = "this user will once again be able to interact with you";
|
|
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
{ id = 'disemvowel', start = {
text = 'disemvowel'; -- translations should not translate this literally
desc = "this user's posts will be ritually mutilated in a humorous fashion as appropriate to the script in which they are written; e.g. the removal of vowels in roman text and deletion of kana in japanese text";
}, stop = {
text = 're-emvowel';
desc = "this user's posts will once again appear normally";
}};
{ id = 'attenuate', start = {
text = 'attenuate';
desc = "this user will no longer be able to retweet things into your timeline";
}, stop = {
text = 'amplify';
desc = "this user's retweets will be allowed to reach your timeline again";
}};
{ id = 'block', start = {
text = 'block';
desc = "this user will not be able to interact with you in any fashion and they will be forced to unfollow you";
}, stop = {
text = 'unblock';
desc = "this user will once again be able to interact with you";
|