Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
/ IRCord Public archive

A discord bot that act like a bridge that communicates between your IRC server to your discord guild!

License

Notifications You must be signed in to change notification settings

RedCokeDevelopment/IRCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRCord

A discord bot that act like a bridge that communicates between your IRC server to your discord guild!

XKCD 1782

Example setup:

{
  "discord": {
    "token": "<Discord_token>",
    "bridge": [
      "<Your_webhook>"
    ],
    "listen": [
      "<Discord_guild>:<Discord_channel>",
      "*:*",
      "<Discord_guild>:*"
    ]
  },
  "irc": {
    "server": "<IRC_Server_address>",
    "real_name": "<irc_real_name>",
    "ident": "<irc_ident>",
    "nick": "<nick>",
    "channels": [
      "<IRC channel, example, #test>",
      "#help"
    ]
  }
}

The bot use PircBotX and JDA to connect

About

A discord bot that act like a bridge that communicates between your IRC server to your discord guild!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages