blob: b35fc0a4f38b4a1c23da10d1de9fd5c7e330161d (
plain) (
blame)
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
29
30
31
32
33
34
35
36
37
38
|
# NOTICE me :senpai!
Welcome home, desune~

Works best with soju!
## ... How?
```shell
mkdir -p ~/.config/senpai
cat <<EOF >~/.config/senpai/senpai.yaml
addr: irc.freenode.net:6697
nick: senpai
real: Senpai is the best senpai
user: sasluser
password: "my password can't be this cute"
EOF
go run ./cmd/irc
```
Then, type `/join #senpai` and have a chat!
See `doc/senpai.1.scd` for more information and `doc/senpai.5.scd` for more
configuration options!
## Contributing and stuff
Patches are welcome at <mailto:~taiite/public-inbox@lists.sr.ht>!
Browse tickets at <https://todo.sr.ht/~taiite/senpai>.
## License
This senpai is open source! Please use it under the ISC license.
Copyright (C) 2020 Hubert Hirtz
|