blob: 7365cc951d0534a6d13b73d81681dc0a37193302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PAPO
====
Minimal IRC Server implementation.
DEVELOPMENT
-----------
Requirements:
1) gcc
Compiling instructions:
$ make
CONTRIBUTE
----------
We accept patches on our mailing list[1] (use git-send-email to avoid issues
with your patches). We recommend you to follow the mailing etiquette[2] before
send/reply emails to our mailing list.
---
Links:
[1]: ~johnnyrichard/papo-devel@lists.sr.ht
[2]: https://man.sr.ht/lists.sr.ht/etiquette.md
|