Skip to content

Commit

Permalink
Add twitch.tv/membership capability
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kszczot <filip@kszczot.pl>
  • Loading branch information
szczot3k authored and hifi committed Feb 3, 2022
1 parent 2320d08 commit ee9fb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heisenbridge/network_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def init(self):
cmd.add_argument(
"--add",
nargs=1,
choices=["message-tags", "chghost", "draft/relaymsg", "znc.in/self-message"],
choices=["message-tags", "chghost", "draft/relaymsg", "znc.in/self-message", "twitch.tv/membership"],
help="Add to CAP request",
)
cmd.add_argument("--remove", nargs=1, help="Remove from CAP request")
Expand Down

0 comments on commit ee9fb86

Please sign in to comment.