File tree Expand file tree Collapse file tree 1 file changed +22
-12
lines changed
RedditSharp/Moderator Actions Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ 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 ,
@@ -23,34 +25,42 @@ public enum ModActionType
23
25
MarkNSFW ,
24
26
WikiBanned ,
25
27
WikiContributor ,
26
- WikiUnBanned ,
28
+ WikiUnbanned ,
27
29
WikiPageListed ,
28
30
RemoveWikiContributor ,
29
31
WikiRevise ,
30
- WikiPermlevel ,
32
+ WikiPermLevel ,
31
33
IgnoreReports ,
32
- UnIgnoreReports ,
34
+ UnignoreReports ,
33
35
SetPermissions ,
34
- SetSuggestedsort ,
36
+ SetSuggestedSort ,
35
37
Sticky ,
36
- UnSticky ,
38
+ Unsticky ,
37
39
SetContestMode ,
38
- UnSetContestMode ,
40
+ UnsetContentMode ,
39
41
@Lock ,
40
42
Unlock ,
41
43
MuteUser ,
42
- UnMuteUser ,
43
- SpamComment ,
44
- SpamLink ,
44
+ UnmuteUser ,
45
45
CreateRule ,
46
46
EditRule ,
47
+ ReorderRules ,
47
48
DeleteRule ,
48
49
Spoiler ,
49
- UnSpoiler ,
50
+ Unspoiler ,
50
51
Modmail_Enrollment ,
51
52
Community_Styling ,
52
53
Community_Widgets ,
53
54
MarkOriginalContent ,
55
+ Collections ,
56
+ Events ,
57
+ Create_Award ,
58
+ Disable_Award ,
59
+ Delete_Award ,
60
+ Enable_Award ,
61
+ Mod_Award_Given ,
62
+ Add_Community_Topics ,
63
+ Remove_Community_Topics ,
54
64
}
55
65
}
56
66
#pragma warning restore 1591
You can’t perform that action at this time.
0 commit comments