Discord to IRC bridge
  • C 93.7%
  • JavaScript 5.2%
  • CMake 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-14 19:20:38 +02:00
conf Initial commit 2026-05-05 17:26:34 +02:00
lib redirect emojis 2026-07-04 21:09:30 +02:00
nginx meta files 2026-07-14 19:20:38 +02:00
src meta files 2026-07-14 19:20:38 +02:00
.gitignore Initial commit 2026-05-05 17:26:34 +02:00
.gitmodules rework IRC client backend from libircclient to lirc 2026-07-01 21:35:47 +10:00
CMakeLists.txt redirects 2026-07-04 19:23:23 +02:00
example-conf.json PRIVMSG switch 2026-07-12 16:27:48 +02:00
LICENSE Initial commit 2026-05-05 17:26:34 +02:00
README.md Initial commit 2026-05-05 17:26:34 +02:00

slopbridge

git clone ...
cd slopbridge
git submodule update --init --recursive
cmake -S . -B build
cmake --build build
./build/slopbridge <path-to-config>