this repo has no description
at main 1.9 kB view raw
1display_information: 2 name: IRC Bridge 3 description: Bridges messages between Slack and IRC (irc.hackclub.com) 4 background_color: "#2c2d30" 5features: 6 bot_user: 7 display_name: IRC Bridge 8 always_online: true 9 slash_commands: 10 - command: /irc-bridge-channel 11 url: https://casual-renewing-reptile.ngrok-free.app/slack 12 description: Bridge this Slack channel to an IRC channel 13 usage_hint: "#irc-channel" 14 should_escape: true 15 - command: /irc-unbridge-channel 16 url: https://casual-renewing-reptile.ngrok-free.app/slack 17 description: Remove bridge from this Slack channel 18 should_escape: true 19 - command: /irc-bridge-user 20 url: https://casual-renewing-reptile.ngrok-free.app/slack 21 description: Link your Slack account to an IRC nickname 22 usage_hint: irc-nick 23 should_escape: true 24 - command: /irc-unbridge-user 25 url: https://casual-renewing-reptile.ngrok-free.app/slack 26 description: Remove your IRC nickname link 27 should_escape: true 28 - command: /irc-bridge-list 29 url: https://casual-renewing-reptile.ngrok-free.app/slack 30 description: List all channel and user bridges 31 should_escape: true 32oauth_config: 33 scopes: 34 bot: 35 - channels:history 36 - channels:read 37 - channels:manage 38 - channels:join 39 - chat:write 40 - chat:write.public 41 - chat:write.customize 42 - commands 43 - files:read 44 - groups:read 45 - groups:write 46 - mpim:write 47 - im:read 48 - users:read 49settings: 50 event_subscriptions: 51 request_url: https://casual-renewing-reptile.ngrok-free.app/slack 52 bot_events: 53 - message.channels 54 interactivity: 55 is_enabled: true 56 request_url: https://casual-renewing-reptile.ngrok-free.app/slack 57 org_deploy_enabled: false 58 socket_mode_enabled: false 59 token_rotation_enabled: false