This commit is contained in:
Aevann1 2022-01-08 08:41:40 +02:00
parent cf7f5385c1
commit fbb0fb95d2
7 changed files with 99 additions and 7 deletions

View file

@ -164,6 +164,16 @@ ACTIONTYPES={
"icon": "fa-columns",
"color": "bg-muted",
},
"disable_signups": {
"str": "disabled signups",
"icon": "fa-user-slash",
"color": "bg-danger",
},
"enable_signups": {
"str": "enabled signups",
"icon": "fa-user",
"color": "bg-success",
},
"ban_user":{
"str":'banned user {self.target_link}',
"icon":"fa-user-slash",