mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
- .logignore now supports targeting channels and users
- .logignore now lists all ignored channels and users when no parameter is provided - Renamed and cleaned up some log-related fields
This commit is contained in:
@@ -94,8 +94,12 @@
|
||||
"log_all": "Logging all events in this channel.",
|
||||
"log_disabled": "Logging disabled.",
|
||||
"log_events": "Log events you can subscribe to:",
|
||||
"log_ignore": "Logging will ignore {0}",
|
||||
"log_not_ignore": "Logging will not ignore {0}",
|
||||
"log_ignored_channels": "Ignored Channels",
|
||||
"log_ignored_users": "Ignored Users",
|
||||
"log_ignore_user": "Logging will ignore user {0}",
|
||||
"log_not_ignore_user": "Logging will no longer ignore user {0}",
|
||||
"log_ignore_chan": "Logging will ignore channel {0}",
|
||||
"log_not_ignore_chan": "Logging will no longer ignore channel {0}",
|
||||
"log_stop": "Stopped logging {0} event.",
|
||||
"message_sent": "Message sent.",
|
||||
"msg_not_found": "Message not found.",
|
||||
@@ -463,8 +467,8 @@
|
||||
"api_key_missing": "Api key missing.",
|
||||
"invalid_input": "Invalid input.",
|
||||
"not_found": "Not found.",
|
||||
"failed_finding_anime": "Failed finding that animu.",
|
||||
"failed_finding_manga": "Failed finding that mango.",
|
||||
"failed_finding_anime": "Failed finding that anime.",
|
||||
"failed_finding_manga": "Failed finding that manga.",
|
||||
"genres": "Genres",
|
||||
"authors": "Authors",
|
||||
"height_weight": "Height/Weight",
|
||||
|
Reference in New Issue
Block a user