Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [irc]
- [irc.freenode]
- Server="irc.freenode.net:6697"
- Nick="%username%"
- NickServNick="%username%"
- NickServPassword="%password%"
- UseTLS=true
- UseSASL=true
- EditDisable=false
- # Edit suffix seems to be broken anyway
- EditSuffix=" (edited)"
- RemoteNickFormat="<{NICK}> "
- ColorNicks=true
- Charset="utf8"
- [discord]
- [discord.unvanquished]
- Token="%token%"
- # Discord impersonation does not work (at some point the bridge stops to broadcast on Discord side)
- # WebhookURL="https://discord.com/api/webhooks/%something%/%something%"
- Server="ID:%server-id%"
- StripNick=true
- RemoteNickFormat="IRC: <**{NICK}**> "
- [general]
- [[gateway]]
- name="discord-irc-bridge"
- enable=true
- [[gateway.inout]]
- account="discord.unvanquished"
- channel="ID:%channel-id%" # general
- [[gateway.inout]]
- account="irc.freenode"
- channel="#unvanquished"
- [[gateway]]
- name="discord-irc-bridge-dev"
- enable=true
- [[gateway.inout]]
- account="discord.unvanquished"
- channel="ID:%channel-id%" # dev
- [[gateway.inout]]
- account="irc.freenode"
- channel="#unvanquished-dev"
- [[gateway]]
- name="discord-irc-bridge-fr"
- enable=true
- [[gateway.inout]]
- account="discord.unvanquished"
- channel="ID:%channel-id%" # french
- [[gateway.inout]]
- account="irc.freenode"
- channel="#unvanquished-fr"
Add Comment
Please, Sign In to add comment