contrib/clients: add gamja and senpai

git-svn-id: file:///srv/svn/repo/suika/trunk@518 f0ae65fe-ee39-954e-97ec-027ff2717ef4
This commit is contained in:
contact 2021-05-19 14:42:03 +00:00
parent b893736c9e
commit 5c822e5b49
2 changed files with 31 additions and 10 deletions

31
contrib/clients.md Normal file
View File

@ -0,0 +1,31 @@
# Clients
This page describes how to configure IRC clients to better integrate with soju.
Also see the [IRCv3 support tables] for a more general list of clients.
# [gamja]
gamja has been designed together with soju, so should have excellent
integration. gamja supports many IRCv3 features including chat history.
# [senpai]
senpai is being developed with soju in mind, so should have excellent
integration. senpai supports many IRCv3 features including chat history.
# [Weechat]
By default, WeeChat doesn't request any IRCv3 capability. To enable all
supported capabilities as of WeeChat 3.1:
/set irc.server_default.capabilities account-notify,away-notify,cap-notify,chghost,extended-join,invite-notify,multi-prefix,server-time,userhost-in-names
/save
/reconnect -all
See `/help cap` for more information.
[IRCv3 support tables]: https://ircv3.net/software/clients
[gamja]: https://sr.ht/~emersion/gamja/
[senpai]: https://sr.ht/~taiite/senpai/
[Weechat]: https://weechat.org/

View File

@ -1,10 +0,0 @@
# Weechat configuration
By default, WeeChat doesn't request any IRCv3 capability. To enable all
supported capabilities as of WeeChat 3.1:
/set irc.server_default.capabilities account-notify,away-notify,cap-notify,chghost,extended-join,invite-notify,multi-prefix,server-time,userhost-in-names
/save
/reconnect -all
See `/help cap` for more information.