Discord: Difference between revisions
Jump to navigation
Jump to search
this is a test |
discord-irc |
||
| Line 2: | Line 2: | ||
Click this link to join https://discord.gg/nnXxGPs and try it out. | Click this link to join https://discord.gg/nnXxGPs and try it out. | ||
You'll find a #hackitorium channel for general chatting. | |||
Also testing https://www.npmjs.com/package/discord-irc as a bot to connect #noisebridge (irc.hackint.org) to noisebridge discord #irc | |||
You'll possibly see a x-discord-irc "bot" in a #irc channel, you can chat either in irc or discord and the messages will be relayed. | |||
discord-irc (x-discord-irc "bot") config.js | |||
<pre> | |||
[ | |||
// Bot 1 (minimal configuration): | |||
{ | |||
"nickname": "x-irc-discord", | |||
"server": "irc.hackint.org", | |||
"discordToken": "PRIVATE_DISCORD_BOT_TOKEN", | |||
"channelMapping": { | |||
"#irc": "#noisebridge" | |||
} | |||
} | |||
] | |||
</pre> | |||
Revision as of 02:44, 4 January 2018
Experimenting with Discord (https://discordapp.com) as a public chat forum for the noisebridge.
Click this link to join https://discord.gg/nnXxGPs and try it out.
You'll find a #hackitorium channel for general chatting.
Also testing https://www.npmjs.com/package/discord-irc as a bot to connect #noisebridge (irc.hackint.org) to noisebridge discord #irc
You'll possibly see a x-discord-irc "bot" in a #irc channel, you can chat either in irc or discord and the messages will be relayed.
discord-irc (x-discord-irc "bot") config.js
[
// Bot 1 (minimal configuration):
{
"nickname": "x-irc-discord",
"server": "irc.hackint.org",
"discordToken": "PRIVATE_DISCORD_BOT_TOKEN",
"channelMapping": {
"#irc": "#noisebridge"
}
}
]