mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
use the new irc-go identifiers
This commit is contained in:
parent
896ed91d45
commit
131eb229bc
9 changed files with 89 additions and 89 deletions
|
|
@ -45,7 +45,7 @@ type IRCConn interface {
|
|||
type IRCStreamConn struct {
|
||||
conn *utils.WrappedConn
|
||||
|
||||
reader ircreader.IRCReader
|
||||
reader ircreader.Reader
|
||||
}
|
||||
|
||||
func NewIRCStreamConn(conn *utils.WrappedConn) *IRCStreamConn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue