diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py index 2394d355d..5a1606085 100644 --- a/files/classes/mod_logs.py +++ b/files/classes/mod_logs.py @@ -126,12 +126,12 @@ ACTIONTYPES={ "color": "bg-muted", }, "club_allow":{ - "str":'disallowed user {self.target_link} from the country club', + "str":'allowed user {self.target_link} into the country club', "icon":"fa-user-slash", "color": "bg-danger", }, "club_ban":{ - "str":'allowed user {self.target_link} into the country club', + "str":'disallowed user {self.target_link} from the country club', "icon": "fa-user-slash", "color": "bg-muted", }, @@ -235,4 +235,4 @@ ACTIONTYPES={ "icon":"fa-comment", "color": "bg-muted", }, -} \ No newline at end of file +}