mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-11 00:20:54 +00:00
4.0.0-rc6.1
* Fixed: Error causing messages in the delayed buffer to not be removed when a user is timed out. * Changed: Add localization support for message when a clear chat is ignored.
This commit is contained in:
parent
9d36b78ec7
commit
8022cbc8be
3 changed files with 10 additions and 6 deletions
|
@ -129,7 +129,8 @@ export default class Chat extends Module {
|
|||
data: [
|
||||
{value: 0, title: 'Do Not Remove'},
|
||||
{value: 1, title: 'Remove Unseen (Default)'},
|
||||
{value: 2, title: 'Remove All'}
|
||||
{value: 2, title: 'Remove Unseen as Moderator'},
|
||||
{value: 3, title: 'Remove All'}
|
||||
]
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue