Skip to content

Commit 3207c0e

Browse files
committed
Adds new moderator actions bringing it to the actions listed in the mod log as of 2019-8-25.
1 parent 6f26518 commit 3207c0e

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

RedditSharp/Moderator Actions/ModActionType.cs

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,61 @@ namespace RedditSharp
55
public enum ModActionType
66
{
77
BanUser,
8-
UnBanUser,
8+
UnbanUser,
9+
SpamLink,
910
RemoveLink,
1011
ApproveLink,
12+
SpamComment,
1113
RemoveComment,
1214
ApproveComment,
1315
AddModerator,
1416
InviteModerator,
15-
UnInviteModerator,
17+
UninviteModerator,
1618
AcceptModeratorInvite,
1719
RemoveModerator,
1820
AddContributor,
19-
RemoveContributor,
2021
EditSettings,
2122
EditFlair,
2223
Distinguish,
2324
MarkNSFW,
2425
WikiBanned,
2526
WikiContributor,
26-
WikiUnBanned,
27+
WikiUnbanned,
2728
WikiPageListed,
2829
RemoveWikiContributor,
2930
WikiRevise,
30-
WikiPermlevel,
31+
WikiPermLevel,
3132
IgnoreReports,
32-
UnIgnoreReports,
33+
UnignoreReports,
3334
SetPermissions,
34-
SetSuggestedsort,
35+
SetSuggestedSort,
3536
Sticky,
36-
UnSticky,
37+
Unsticky,
3738
SetContestMode,
38-
UnSetContestMode,
39+
UnsetContentMode,
3940
@Lock,
4041
Unlock,
4142
MuteUser,
42-
UnMuteUser,
43-
SpamComment,
44-
SpamLink,
43+
UnmuteUser,
4544
CreateRule,
4645
EditRule,
46+
ReorderRules,
4747
DeleteRule,
4848
Spoiler,
49-
UnSpoiler,
49+
Unspoiler,
5050
Modmail_Enrollment,
5151
Community_Styling,
5252
Community_Widgets,
5353
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,
5463
}
5564
}
5665
#pragma warning restore 1591

0 commit comments

Comments
 (0)