Skip to content

a better discord-irc relay that creates individual irc client connections for discord users

License

Notifications You must be signed in to change notification settings

waveplate/discord-irc-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-irc-relay (1.0.3)

a better discord-irc relay that represents each discord user as a separate irc client connection on the server

features

  • each discord user joins the channel as a separate client (only if they chat)
  • map irc channels to discord channels
  • discord display name changes are reflected on irc
  • ability to exclude certain irc nicknames from reaching discord (youtube/twitter/title bots)
  • nicknames and messages are stripped of colours and control codes

configuration

edit config.json.example and rename it to config.json

the channels section maps the irc channels to the discord text channels, e.g.,

    "channels": {
        "#sports": "237784782872424",
        "#music": "849429829924823"
    },

you can exclude specific nicknames from the relay by adding the nicknames to the excludeNicks array, in case they are youtube/twitter/title bots (discord already previews these)

run

run npm install

run node .

About

a better discord-irc relay that creates individual irc client connections for discord users

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published