Skip to content

wheals/irc-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple program for mirroring messages from IRC to Discord.

The goal is to pretend that you're on IRC when you actually check and send messages from Discord. To that end, the messages coming from IRC state the name of the sender, but not the ones going to IRC.

The config should look something like this:

{
    "nickname": "wheals",
    "nick_password": "<password>",
    "server": "irc.freenode.net",
    "options": {
        "#wheals": "<discord channel id>",
        "##wheals": "<another discord channel id>",
        etc...
        "DISCORD_TOKEN": "<discord bot token>"
    }
}

About

IRC-Discord bridge for one-person use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages