class PrivateParlorXT::Replies
- PrivateParlorXT::Replies
- Reference
- Object
Overview
A container for various system message replies
Included Modules
- YAML::Serializable
Defined in:
private-parlor-xt/locale/replies.crConstructors
Instance Method Summary
-
#added_to_chat : String
When the user is whitelisted
-
#already_in_chat : String
When the user attempts to join, but has not left and is still in the chat
-
#already_voted : String
When the user attempts to upvote/downvote a message he already upvoted or downvoted
-
#already_warned : String
When the invoker attempts to warn a message with
WarnCommand
that was already warned -
#already_whitelisted : String
When the invoker attempts to whitelist a user who is already in the chat
-
#blacklist_contact : String
Format for the contact in
#blacklisted
replies -
#blacklisted : String
When the user has been blacklisted
-
#command_disabled : String
When the invoker attempts to us a command that is disabled
-
#config_stats : String
Message containing general bot information when
Statistics
are enabled -
#cooldown_false : String
Format for
#user_info
when the user is not cooldowned -
#cooldown_given : String
When the user is given a cooldown
-
#cooldown_true : String
Format for
#user_info
when the user is cooldowned -
#deanon_poll : String
When the user attempts to send a poll that does not have anonymous voting
-
#downvote_spam : String
When the user is downvoting too often
-
#downvoted_own_message : String
When the user attempts to downvote his own message
-
#fail : String
When the command fails
-
#flag_sign_format : String
Message containing the format for setting flag signs
-
#flag_sign_set_format : String
The layout for flat sign headers
-
#full_user_stats : String
Message containing totals of joined, left, and blacklisted users when
Statistics
are enabled -
#gave_downvote : String
When the user gives a downvote
-
#gave_upvote : String
When the user gives an upvote
-
#got_downvote : String
When the user receives a downvote
-
#got_upvote : String
When the user receives an upvote
-
#help_header : String
The header displayed at the top of every
HelpCommand
reply -
#help_rank_commands : String
Header shown in the
HelpCommand
reply containing the name of the user'sRank
-
#help_reply_commands : String
Header in the
HelpCommand
below which contains the commands that require a reply -
#inactive : String
When the user has been kicked due to inactivity
-
#info_warning : String
Format for
#user_info
when the user has a warning -
#insufficient_karma : String
When the user has insufficient karma to send a message when using the
KarmaHandler
-
#invalid_tripcode_format : String
When the user attempts to set a tripcode with the wrong format
-
#joined : String
Sent when the user has joined the chat
-
#joined_pseudonym : String
Sent when the user has joined the chat, and prompts the user to set a tripcode
-
#karma_info : String
Message containing information about the user's karma and karma level progress
-
#karma_level_down : String
When the user loses a karma level
-
#karma_level_stats : String
Message containing totals for each karma level when
Statistics
are enabled -
#karma_level_up : String
When the user gains a karma level
-
#karma_reason : String
The formatting for a karma reason
-
#karma_stats : String
Message containing totals of upvotes and downvotes when
Statistics
are enabled -
#left : String
When the user leaves the chat
-
#media_disabled : String
When the user attempts to send a message type that is disabled
-
#media_limit : String
When the user cannot chat right now due to being too new when the media limit is enabled
-
#message_deleted : String
When one of the user's messages was deleted
-
#message_removed : String
When one of the user's messages was removed
-
#message_stats : String
Message containing totals of different message types when
Statistics
are enabled -
#missing_args : String
When the invoker uses a command without the required arguments
-
#no_rank_found : String
When the rank searched for could not be found from the given name
-
#no_reply : String
When the invoker uses a command that requires a reply but does not reply to a message
-
#no_stats_available : String
When there are no
Statistics
available -
#no_tripcode_set : String
When the user attempts to sign with a tripcode without having set a tripcode
-
#no_user_found : String
When the user searched for could not be found from the given name
-
#no_user_oid_found : String
When the user searched for could not be found from the given OID
-
#not_in_cache : String
When the user attempts ot reply to a message that is not in the message
History
anymore -
#not_in_chat : String
When the user attempts to chat, but cannot as he hasn't joined the chat
-
#not_in_cooldown : String
When the invoker attempts to remove a cooldown from a user who is not cooldowned
-
#on_cooldown : String
When the user is on cooldown and cannot speak at this time
-
#privacy_policy : String
The privacy policy of this bot
-
#private_sign : String
When the user cannot sign his message due to having forward privacy enabled
-
#promoted : String
When the user has been promoted to a new rank
-
#purge_complete : String
Message returned after invoking
PurgeCommand
-
#r9k_cooldown : String
When the user sends an unoriginal message and is cooldowned when
Robot9000
is enabled -
#ranked_info : String
Message containing information about another user
-
#reason_prefix : String
Format for the reason found in warn, delete, and blacklist replies
-
#registration_closed : String
When the user attempts to join but cannot due to registrations being closed
-
#rejected_message : String
When the user sends a message that has invalid characters in the text
-
#rejoined : String
When the user rejoins the chat after having left
-
#robot9000_stats : String
Message containing totals for unique and unoriginal messages when
Statistics
are enabled -
#sign_spam : String
When the user is signing messages too often
-
#spamming : String
When the user is spamming and cannot chat at this time
-
#success : String
When the command executed successfully
-
#toggle_debug : String
Message shown when the user enables or disables debug mode
-
#toggle_karma : String
Message shown when the user enables or disables karma notifications
-
#tripcode_format : String
Message containing the format for setting tripcodes
-
#tripcode_info : String
Message containing the user's current tripcode
-
#tripcode_set : String
Message containing the set tripcode and how it will be displayed
-
#tripcode_set_format : String
The layout for tripcode headers
-
#tripcode_unset : String
Message telling the user that his tripcode is not set
-
#unblacklisted : String
When the user has been unbanned
-
#unoriginal_message : String
When the user sends an unorginal message when
Robot9000
is enabled -
#upvote_spam : String
When the user is upvoting too often
-
#upvoted_own_message : String
When the user attempts to upvote his own message
-
#user_count : String
Message containing the total number of users
-
#user_count_full : String
Message containing the total number of joined, left, and blacklisted users
-
#user_info : String
Message containing information about the user
-
#user_stats : String
Message containing user totals when
Statistics
are enabled -
#username_reveal : String
Message privately sent to a user when another user reveal's his username
Constructor Detail
Instance Method Detail
When the user attempts to join, but has not left and is still in the chat
When the user attempts to upvote/downvote a message he already upvoted or downvoted
When the invoker attempts to warn a message with WarnCommand
that was already warned
When the invoker attempts to whitelist a user who is already in the chat
When the user attempts to send a poll that does not have anonymous voting
Message containing totals of joined, left, and blacklisted users when Statistics
are enabled
Header shown in the HelpCommand
reply containing the name of the user's Rank
Header in the HelpCommand
below which contains the commands that require a reply
When the user has insufficient karma to send a message when using the KarmaHandler
When the user attempts to set a tripcode with the wrong format
Sent when the user has joined the chat, and prompts the user to set a tripcode
Message containing information about the user's karma and karma level progress
Message containing totals for each karma level when Statistics
are enabled
Message containing totals of upvotes and downvotes when Statistics
are enabled
When the user cannot chat right now due to being too new when the media limit is enabled
Message containing totals of different message types when Statistics
are enabled
When the invoker uses a command that requires a reply but does not reply to a message
When the user attempts to sign with a tripcode without having set a tripcode
When the user attempts ot reply to a message that is not in the message History
anymore
When the invoker attempts to remove a cooldown from a user who is not cooldowned
When the user cannot sign his message due to having forward privacy enabled
When the user sends an unoriginal message and is cooldowned when Robot9000
is enabled
When the user attempts to join but cannot due to registrations being closed
When the user sends a message that has invalid characters in the text
Message containing totals for unique and unoriginal messages when Statistics
are enabled
When the user sends an unorginal message when Robot9000
is enabled
Message containing the total number of joined, left, and blacklisted users
Message privately sent to a user when another user reveal's his username