mirror-chatterino2/lib
pajlada 9b31246502
feat: allow timeout-related commands to be used in multiple channels (#5402)
This changes the behaviour of the following commands:
 - `/ban`
 - `/timeout`
 - `/untimeout`
 - `/unban`

All of those commands now accept one or more `--channel` parameters to override which channel the action should take place in.
The `--channel` parameter accepts a channel ID or channel name with the same syntax as the other "user targets" do (e.g. `id:11148817` or `pajlada`)

examples
Ban user in the chat you're typing in:  
`/ban weeb123`

Ban user in the chat you're typing in, with a reason specified:  
`/ban weeb123 the ban reason`

Ban user in a separate chat, with a reason specified:  
`/ban --channel pajlada weeb123 the ban reason`

Ban user in two separate chats, with a reason specified:  
`/ban --channel pajlada --channel id:117166826 weeb123 the ban reason`


Timeout user in the chat you're typing in:  
`/timeout weeb123`

Timeout user in the chat you're typing in, with a reason specified:  
`/timeout weeb123 10m the timeout reason`

Timeout user in a separate chat, with a reason specified:  
`/timeout --channel pajlada weeb123 10m the timeout reason`

Timeout user in two separate chats, with a reason specified:  
`/timeout --channel pajlada --channel id:117166826 weeb123 10m the timeout reason`


Unban user in the chat you're typing in:  
`/unban weeb123`

Unban user in a separate chat:  
`/unban --channel pajlada weeb123`

Unban user in two separate chats:  
`/unban --channel pajlada --channel id:117166826 weeb123`
2024-06-16 12:22:51 +02:00
..
expected-lite@3634b0a6d8 feat: allow timeout-related commands to be used in multiple channels (#5402) 2024-06-16 12:22:51 +02:00
googletest@8d51dc50eb Build GoogleTest & GoogleMock as submodules (#3760) 2022-05-22 15:43:41 +02:00
libcommuni@030710ad53 Bump libcommuni version (#4320) 2023-01-21 14:31:50 +00:00
lrucache Fix color @usernames sometimes not working at all (#3170) 2021-08-21 10:38:38 +00:00
lua chore(deps): bump lib/lua/src from e288c5a to 0897c0a (#5316) 2024-04-20 09:40:35 +00:00
magic_enum@e55b9b54d5 Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
miniaudio@4a5b74bef0 chore(deps): bump lib/miniaudio from 3b50a85 to 4a5b74b (#4967) 2023-11-16 08:53:44 +01:00
qtkeychain@e5b070831c Update qtkeychain to e5b070831cf1ea3cb98c95f97fcb7439f8d79bd6 (#4250) 2022-12-20 23:09:07 +01:00
rapidjson@d87b698d0f Remove appbase as an external dependency. 2019-07-23 23:55:31 +02:00
semver Fix version checking (#4329) 2023-01-26 19:22:48 +01:00
serialize@17946d65a4 chore(deps): bump lib/serialize from bbf0a34 to 17946d6 (#5086) 2024-01-15 16:16:02 +00:00
settings@80b8cb605a chore(deps): bump lib/settings from 03e8af1 to 80b8cb6 (#5427) 2024-05-27 01:37:05 +00:00
signals@d06770649a chore(deps): bump lib/signals from ca452a8 to d067706 (#5084) 2024-01-15 16:53:35 +00:00
websocketpp@b9aeec6eaf Migrate to C++ 20 & switch to websocketpp develop branch (#4252) 2022-12-24 11:56:11 +00:00
WinToast@821c4818ad Bump lib/WinToast from 5e441fd to 821c481 (#4894) 2023-10-13 18:49:12 +02:00
README.md docs: cleanup/polish Markdown files (#5038) 2023-12-23 11:39:53 +01:00

Third party libraries are stored here.

Fetched via git submodule update --init --recursive