mirror of
https://github.com/fluffle/goirc
synced 2025-05-13 02:53:19 +00:00
Oh wait event isn't local.
This commit is contained in:
parent
dc89882bf9
commit
8fed417dce
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue