illwieckz

unvanquished irc discord matterbridge [redacted]

Mar 17th, 2021 (edited)
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.58 KB | None | 0 0
  1. [irc]  
  2.         [irc.freenode]
  3.         Server="irc.freenode.net:6697"
  4.         Nick="%username%"
  5.         NickServNick="%username%"
  6.         NickServPassword="%password%"
  7.         UseTLS=true
  8.         UseSASL=true
  9.         EditDisable=false
  10. # Edit suffix seems to be broken anyway
  11.         EditSuffix=" (edited)"
  12.         RemoteNickFormat="<{NICK}> "
  13.         ColorNicks=true
  14.         Charset="utf8"
  15.  
  16. [discord]
  17.         [discord.unvanquished]
  18.         Token="%token%"
  19. # Discord impersonation does not work (at some point the bridge stops to broadcast on Discord side)
  20. #       WebhookURL="https://discord.com/api/webhooks/%something%/%something%"
  21.         Server="ID:%server-id%"
  22.         StripNick=true
  23.         RemoteNickFormat="IRC: <**{NICK}**> "
  24.  
  25. [general]
  26.  
  27. [[gateway]]
  28.         name="discord-irc-bridge"
  29.         enable=true
  30.  
  31.         [[gateway.inout]]
  32.         account="discord.unvanquished"
  33.         channel="ID:%channel-id%" # general
  34.  
  35.         [[gateway.inout]]
  36.         account="irc.freenode"
  37.         channel="#unvanquished"
  38.  
  39. [[gateway]]
  40.         name="discord-irc-bridge-dev"
  41.         enable=true
  42.  
  43.         [[gateway.inout]]
  44.         account="discord.unvanquished"
  45.         channel="ID:%channel-id%" # dev
  46.  
  47.         [[gateway.inout]]
  48.         account="irc.freenode"
  49.         channel="#unvanquished-dev"
  50.  
  51. [[gateway]]
  52.         name="discord-irc-bridge-fr"
  53.         enable=true
  54.  
  55.         [[gateway.inout]]
  56.         account="discord.unvanquished"
  57.         channel="ID:%channel-id%" # french
  58.  
  59.         [[gateway.inout]]
  60.         account="irc.freenode"
  61.         channel="#unvanquished-fr"
  62.  
Add Comment
Please, Sign In to add comment