File tree Expand file tree Collapse file tree 1 file changed +22
-13
lines changed
RedditSharp/Moderator Actions Expand file tree Collapse file tree 1 file changed +22
-13
lines changed Original file line number Diff line number Diff line change @@ -5,52 +5,61 @@ namespace RedditSharp
5
5
public enum ModActionType
6
6
{
7
7
BanUser ,
8
- UnBanUser ,
8
+ UnbanUser ,
9
+ SpamLink ,
9
10
RemoveLink ,
10
11
ApproveLink ,
12
+ SpamComment ,
11
13
RemoveComment ,
12
14
ApproveComment ,
13
15
AddModerator ,
14
16
InviteModerator ,
15
- UnInviteModerator ,
17
+ UninviteModerator ,
16
18
AcceptModeratorInvite ,
17
19
RemoveModerator ,
18
20
AddContributor ,
19
- RemoveContributor ,
20
21
EditSettings ,
21
22
EditFlair ,
22
23
Distinguish ,
23
24
MarkNSFW ,
24
25
WikiBanned ,
25
26
WikiContributor ,
26
- WikiUnBanned ,
27
+ WikiUnbanned ,
27
28
WikiPageListed ,
28
29
RemoveWikiContributor ,
29
30
WikiRevise ,
30
- WikiPermlevel ,
31
+ WikiPermLevel ,
31
32
IgnoreReports ,
32
- UnIgnoreReports ,
33
+ UnignoreReports ,
33
34
SetPermissions ,
34
- SetSuggestedsort ,
35
+ SetSuggestedSort ,
35
36
Sticky ,
36
- UnSticky ,
37
+ Unsticky ,
37
38
SetContestMode ,
38
- UnSetContestMode ,
39
+ UnsetContentMode ,
39
40
@Lock ,
40
41
Unlock ,
41
42
MuteUser ,
42
- UnMuteUser ,
43
- SpamComment ,
44
- SpamLink ,
43
+ UnmuteUser ,
45
44
CreateRule ,
46
45
EditRule ,
46
+ ReorderRules ,
47
47
DeleteRule ,
48
48
Spoiler ,
49
- UnSpoiler ,
49
+ Unspoiler ,
50
50
Modmail_Enrollment ,
51
51
Community_Styling ,
52
52
Community_Widgets ,
53
53
MarkOriginalContent ,
54
+ Collections ,
55
+ Events ,
56
+ Create_Award ,
57
+ Disable_Award ,
58
+ Delete_Award ,
59
+ Enable_Award ,
60
+ Mod_Award_Given ,
61
+ Add_Community_Topics ,
62
+ Remove_Community_Topics ,
54
63
}
55
64
}
56
65
#pragma warning restore 1591
You can’t perform that action at this time.
0 commit comments