Changeset 96 in code for trunk/irc.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/irc.go

    r95 r96  
    99
    1010const (
     11        rpl_statsping    = "246"
    1112        rpl_localusers   = "265"
    1213        rpl_globalusers  = "266"
Note: See TracChangeset for help on using the changeset viewer.