mirror of https://github.com/fluffle/goirc
Oh wait event isn't local.
This commit is contained in:
parent
dc89882bf9
commit
8fed417dce
|
@ -3,7 +3,7 @@ package client
|
|||
import (
|
||||
"bufio"
|
||||
"crypto/tls"
|
||||
"event"
|
||||
"github.com/fluffle/goirc/event"
|
||||
"fmt"
|
||||
"net"
|
||||
"os"
|
||||
|
|
|
@ -4,7 +4,7 @@ package client
|
|||
// to manage tracking an irc connection etc.
|
||||
|
||||
import (
|
||||
"event"
|
||||
"github.com/fluffle/goirc/event"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue