soju/README.md

31 lines
689 B
Markdown
Raw Normal View History

2020-02-04 01:50:28 -08:00
# jounce
A user-friendly IRC bouncer.
- Multi-user
- Support multiple clients for a single user, with proper backlog
synchronization
- Support connecting to multiple upstream servers via a single IRC connection
to the bouncer
## Usage
sqlite3 jounce.db <schema.sql
2020-03-12 07:23:46 -07:00
go run ./cmd/jouncectl create-user jounce
go run ./cmd/jounce
2020-03-12 13:28:09 -07:00
Then connect with username `jounce@chat.freenode.net` and join `#jounce`.
## Contributing
Send patches on the [mailing list], report bugs on the [issue tracker].
2020-02-04 01:50:28 -08:00
## License
2020-02-07 08:41:51 -08:00
AGPLv3, see LICENSE.
Copyright (C) 2020 Simon Ser
[mailing list]: https://lists.sr.ht/~emersion/public-inbox
[issue tracker]: https://todo.sr.ht/~emersion/jounce