Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages