mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 16:08:31 +00:00
3.5.16. Made hiding of shortened links an option. Added option to disable all FFZ notifications. Fixed deleted links from mods when links are disabled.
This commit is contained in:
parent
56392cd879
commit
3238fbcd68
10 changed files with 230 additions and 66 deletions
|
@ -17,8 +17,9 @@ FFZ.basic_settings.delayed_chat = {
|
|||
},
|
||||
|
||||
category: "Chat",
|
||||
no_bttv: true,
|
||||
|
||||
name: "Delayed Chat",
|
||||
name: "Delay and Filter Chat",
|
||||
help: "Delay the appearance of chat messages to allow time for moderation and completely hide removed messages.",
|
||||
|
||||
get: function() {
|
||||
|
@ -89,6 +90,8 @@ FFZ.settings_info.chat_delay = {
|
|||
value: 0,
|
||||
|
||||
category: "Chat Appearance",
|
||||
no_bttv: true,
|
||||
|
||||
name: "Artificial Chat Delay",
|
||||
help: "Delay the appearance of chat messages to allow for moderation before you see them.",
|
||||
|
||||
|
@ -156,6 +159,8 @@ FFZ.settings_info.remove_bot_ban_notices = {
|
|||
type: "boolean",
|
||||
value: false,
|
||||
|
||||
no_bttv: true,
|
||||
|
||||
category: "Chat Filtering",
|
||||
name: "Remove Bot Ban Notices",
|
||||
help: "Remove messages from bots announcing who was banned for what reason and for how long.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue