source: code/trunk/README.md@ 85

Last change on this file since 85 was 80, checked in by contact, 5 years ago

readme: pipe commands into sqlite3 instead of using -init

This makes it so sqlite3 exits after executing the file.

File size: 619 bytes
Line 
1# jounce
2
3A user-friendly IRC bouncer.
4
5- Multi-user
6- Support multiple clients for a single user, with proper backlog
7 synchronization
8- Support connecting to multiple upstream servers via a single IRC connection
9 to the bouncer
10
11## Usage
12
13 sqlite3 jounce.db <schema.sql
14 # Insert users, networks, channels to database
15 go run ./cmd/jounce
16
17## Contributing
18
19Send patches on the [mailing list], report bugs on the [issue tracker].
20
21## License
22
23AGPLv3, see LICENSE.
24
25Copyright (C) 2020 Simon Ser
26
27[mailing list]: https://lists.sr.ht/~emersion/public-inbox
28[issue tracker]: https://todo.sr.ht/~emersion/jounce
Note: See TracBrowser for help on using the repository browser.