~sircmpwn/hare-irc

net::irc for Hare
bump language usage
client: update strings::fromutf8 usage
state: handle QUIT messages

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-irc
read/write
git@git.sr.ht:~sircmpwn/hare-irc

You can also use your local clone with git send-email.

#net::irc

This package provides an implementation of the IRC client protocol for Hare programs, based on the ircdocs.horse specifications.

#Provided modules

  • net::irc: IRC primitives, a dialer, and syncronous I/O support
  • iobus::net::irc: support for IRC connections via iobus

#Installation

#From your distribution

The recommended name for this package is "hare-irc". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-irc/ add https://git.sr.ht/~sircmpwn/hare-irc master