forked from rDrama/rDrama
1
0
Fork 0

delete legacy modactions

master
Aevann1 2022-09-29 12:05:14 +02:00
parent 09cc43060d
commit 2f5ae40574
1 changed files with 1 additions and 16 deletions

View File

@ -149,16 +149,6 @@ ACTIONTYPES = {
"icon": 'fa-user-slash',
"color": 'bg-danger'
},
'change_sidebar': {
"str": 'changed the sidebar',
"icon": 'fa-columns',
"color": 'bg-primary'
},
'check': {
"str": 'gave {self.target_link} a checkmark',
"icon": 'fa-badge-check',
"color": 'bg-success'
},
'club_allow': {
"str": 'allowed user {self.target_link} into the {cc}',
"icon": 'fa-golf-club',
@ -275,7 +265,7 @@ ACTIONTYPES = {
"color": 'bg-success'
},
'make_admin': {
"str": 'made {self.target_link} admin',
"str": 'made {self.target_link} an admin',
"icon": 'fa-user-crown',
"color": 'bg-success'
},
@ -389,11 +379,6 @@ ACTIONTYPES = {
"icon": 'fa-user',
"color": 'bg-success'
},
'uncheck': {
"str": 'removed checkmark from {self.target_link}',
"icon": 'fa-badge-check',
"color": 'bg-muted'
},
'undistinguish_comment': {
"str": 'un-distinguished {self.target_link}',
"icon": 'fa-crown',