Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e0ff/toxirc
Tox to IRC bridge with support for multiple channels
https://github.com/e0ff/toxirc
bot c irc irc-bridge tox
Last synced: 20 days ago
JSON representation
Tox to IRC bridge with support for multiple channels
- Host: GitHub
- URL: https://github.com/e0ff/toxirc
- Owner: e0ff
- License: mit
- Created: 2017-10-31T17:43:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T05:55:07.000Z (11 months ago)
- Last Synced: 2024-12-21T02:34:53.885Z (21 days ago)
- Topics: bot, c, irc, irc-bridge, tox
- Language: C
- Homepage:
- Size: 190 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-irc - toxirc - Tox ↔ IRC. `C` (Uncategorized / Uncategorized)
README
# 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
```sh
git clone --recursive https://github.com/jhert0/toxirc
cd toxirc
make
```## Usage
After building toxirc copy example\_settings.ini file to settings.ini:
```sh
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](LICENSE)