Skip to content

Fix mod #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pubsub/hype_train.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pub struct Config {
/// Primary color of hex
pub primary_hex_color: Option<String>,
// FIXME: 2020-11-22 I suspect this will always be returned
/// Uses perzonalized settings
/// Uses personalized settings
pub use_personalized_settings: Option<bool>,
/// Use theme color or not
pub use_theme_color: Option<bool>,
Expand Down
4 changes: 4 additions & 0 deletions src/pubsub/moderation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ pub enum ModerationActionCommand {
///
/// Given when a user is timed-out with `/timeout <user> <time> <reason>`
Timeout,
/// Untimeout
///
/// Given when a user is unbanned while under a timeout `/untimeout <user>` or `/unban <user>`
Untimeout,
/// Mod
///
/// Given when a user is added as a moderator. `/mod <user>`.
Expand Down