class PrivateParlorXT::Logs

Overview

A container for various log messages

Included Modules

Defined in:

private-parlor-xt/locale/logs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def blacklisted : String #

When a user gets blacklisted


[View source]
def demoted : String #

When a user has been demoted


[View source]
def downvoted : String #

When a user gets downvoted with a reason


[View source]
def force_leave : String #

When a user forcefully removed from the bot due to having blocked it


[View source]
def joined : String #

When a user joins the chat


[View source]
def left : String #

When a user leaves the chat


[View source]
def message_deleted : String #

When a message gets deleted and a user is given a cooldown


[View source]
def message_removed : String #

When a message gets removed


[View source]
def motd_set : String #

When the motd gets reset


[View source]
def pinned : String #

When a message gets pinned to the chat


[View source]
def promoted : String #

When a user has been promoted


[View source]
def ranked_message : String #

When a ranked user sends a message signed with his rank


[View source]
def reason_prefix : String #

Format for the reason found in warn, delete, and blacklist replies


[View source]
def rejoined : String #

When a user rejoins the chat


[View source]
def removed_cooldown : String #

When a user's cooldown gets manually removed


[View source]
def revealed : String #

When a user privately reveals his username to another user


[View source]
def spoiled : String #

When a spoiler is given a to a message's media


[View source]
def start : String #

When the bot starts


[View source]
def unblacklisted : String #

When a user gets unbanned


[View source]
def unpinned : String #

When a message gets unpinned from the chat


[View source]
def unpinned_recent : String #

When the most recently pinned message gets unpinned


[View source]
def unspoiled : String #

When a media spoiler is removed from a message


[View source]
def upvoted : String #

When a user gets upvoted with a reason


[View source]
def warned : String #

When a user has been given a warning


[View source]
def whitelisted : String #

When a user is permitted to join the chat


[View source]