Changeset 96 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 13, 2020, 3:18:53 PM (5 years ago)
Author:
contact
Message:

Update dependencies

go-irc v3.1.1 contains a breaking change.

References: https://github.com/go-irc/irc/issues/76

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r95 r96  
    564564        case rpl_localusers, rpl_globalusers:
    565565                // Ignore
    566         case irc.RPL_STATSVLINE, irc.RPL_STATSPING, irc.RPL_STATSBLINE, irc.RPL_STATSDLINE:
     566        case irc.RPL_STATSVLINE, rpl_statsping, irc.RPL_STATSBLINE, irc.RPL_STATSDLINE:
    567567                // Ignore
    568568        default:
Note: See TracChangeset for help on using the changeset viewer.