Tox to IRC bridge with support for multiple channels
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
endoffile78 43f4effb88
move command related settings under its own heading
1 year ago
docs Update TODO.md 3 years ago
src move command related settings under its own heading 1 year ago
third-party update minini 1 year ago
.clang-format Format code and no else after return 3 years ago
.editorconfig Add .editorconfig 6 years ago
.gitignore Rename the settings file to settings.ini 5 years ago
.gitmodules Add minIni git module 6 years ago
LICENSE Initial commit 6 years ago
Makefile fix linker errors 3 years ago
README.md Add usage section 5 years ago
settings_example.ini move command related settings under its own heading 1 year ago

README.md

toxirc

Tox to IRC bridge with support for multiple channels

Features

  • Mutliple IRC channels
  • Commands
  • Custom prefixes
  • Registered IRC accounts
  • Human readable settings file (INI)

Dependencies

  • Toxcore
  • pkg-config (for building)

Build

git clone --recursive https://github.com/endoffile78/toxirc
cd toxirc
make

Usage

After building toxirc copy example_settings.ini file to settings.ini:

cp settings_example.ini settings.ini

Afterwards modify the settings file, then run toxirc. If you would like the default settings just run toxirc.

Tox ID

A922A51E1C91205B9F7992E2273107D47C72E8AE909C61C28A77A4A2A115431B14592AB38A3B

License

MIT