under attack

This commit is contained in:
Aevann1 2022-01-09 17:15:02 +02:00
parent 93ce52b766
commit 1bea9edf79
32 changed files with 106 additions and 185 deletions

View file

@ -174,6 +174,16 @@ ACTIONTYPES={
"icon": "fa-user",
"color": "bg-success",
},
"disable_under_attack": {
"str": "disabled under attack mode",
"icon": "fa-shield",
"color": "bg-success",
},
"enable_under_attack": {
"str": "enabled under attack mode",
"icon": "fa-shield",
"color": "bg-danger",
},
"ban_user":{
"str":'banned user {self.target_link}',
"icon":"fa-user-slash",