lrstanley / girc

:bomb: girc is a flexible IRC library for Go :ok_hand:
https://pkg.go.dev/github.com/lrstanley/girc
MIT License
137 stars 13 forks source link

Add support for WebIRC (closes #33) #34

Closed qaisjp closed 5 years ago

qaisjp commented 5 years ago

See https://kiwiirc.com/docs/webirc.

codecov-io commented 5 years ago

Codecov Report

Merging #34 into master will decrease coverage by 0.04%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   56.05%   56.01%   -0.05%     
==========================================
  Files          13       13              
  Lines        2335     2337       +2     
==========================================
  Hits         1309     1309              
- Misses        919      920       +1     
- Partials      107      108       +1
Impacted Files Coverage Δ
client.go 70.81% <ø> (ø) :arrow_up:
conn.go 58.53% <0%> (-0.48%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a39e11b...ae699f2. Read the comment docs.