lrstanley / girc

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

Fix Part and PartMessage to send PART instead of JOIN #8

Closed puffrfish closed 6 years ago

puffrfish commented 6 years ago

This resolves issue #7

lrstanley commented 6 years ago

oops! must've been a copy-paste derp on my end when flushing out Commands. looks good, merging. thanks.

codecov-io commented 6 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.13%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   55.43%   55.57%   +0.13%     
==========================================
  Files          11       11              
  Lines        2253     2253              
==========================================
+ Hits         1249     1252       +3     
+ Misses        902      899       -3     
  Partials      102      102
Impacted Files Coverage Δ
commands.go 0% <0%> (ø) :arrow_up:
conn.go 58.33% <0%> (+1.25%) :arrow_up:

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 055075d...6b44af2. Read the comment docs.