mirror of
https://github.com/fluffle/goirc
synced 2025-05-14 03:23:21 +00:00
Migrate to split event pkg.
This commit is contained in:
parent
4e4c4b6798
commit
907560b599
7 changed files with 4 additions and 517 deletions
|
@ -4,7 +4,7 @@ package client
|
|||
// to manage tracking state for an IRC connection
|
||||
|
||||
import (
|
||||
"github.com/fluffle/goirc/event"
|
||||
"github.com/fluffle/goevent/event"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue