cafce25 / twitchctl

Twitch cli
6 stars 1 forks source link

Block / unblock user #3

Open togglebyte opened 3 years ago

togglebyte commented 3 years ago

Block user: https://dev.twitch.tv/docs/api/reference#block-user Unblock user: https://dev.twitch.tv/docs/api/reference#unblock-user

togglebyte commented 3 years ago

usage:

twitchctl block <username>
twitchctl unblock <username>
togglebyte commented 3 years ago

Call it block / unblock?

togglebyte commented 3 years ago

Call it ban / unban?

hardliner66 commented 3 years ago

I'm still in favor of calling it ban/unban. But that actually depends on the goal of twitchctl. If you want it closer to the user (which is where I would see it), call it ban/unban, because thats what every twitch streamer/viewer calls it. If you want to stick closer to the api, call it block/unblock.