mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -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:
@@ -100,9 +100,11 @@ logserver:
|
||||
- "enable"
|
||||
- "disable"
|
||||
logignore:
|
||||
desc: "Toggles whether the `{0}logserver` command ignores this channel. Useful if you have hidden admin channel and public log channel."
|
||||
desc: "Toggles whether the `{0}logserver` command ignores the specified channel or user. Provide no arguments to see the list of currently ignored users and channels"
|
||||
args:
|
||||
- ""
|
||||
- "@SomeUser"
|
||||
- "#some-channel"
|
||||
repeatlist:
|
||||
desc: "Shows currently repeating messages and their indexes."
|
||||
args:
|
||||
|
Reference in New Issue
Block a user