#95 Error: 263 -- WHO This command could not be completed, because it has been used recently, and is ratelimited
Welcome home, desune~
A modern terminal IRC client.
senpai is an IRC client that works best with bouncers:
mkdir -p ~/.config/senpai
cat <<EOF >~/.config/senpai/senpai.scfg
address chat.sr.ht
nickname senpai
password "my password can't be this cute (2010)"
# alternatively, specify a command to fetch your password:
# password-cmd gopass show irc/<username>
EOF
go run ./cmd/senpai
Then, type /join #senpai
on Libera.Chat and have a... chat!
See doc/senpai.1.scd
for more information and doc/senpai.5.scd
for more
configuration options!
If you run into errors and want to find the WHY OH WHY, or if you'd like to try things out with an IRC server, then you have two options:
-debug
argument (or put debug true
) in your config,
it will then print in home
all the data it sends and receives.go run ./cmd/test -help
.Contributions are accepted as patches to the mailing list and as pull requests on Github.
Browse tickets at https://todo.sr.ht/~taiite/senpai.
This senpai is open source! Please use it under the ISC license.
Copyright (C) 2021 The senpai Contributors