Oh wait event isn't local.

This commit is contained in:
Alex Bramley 2011-07-28 00:41:47 +01:00
parent dc89882bf9
commit 8fed417dce
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package client
import (
"bufio"
"crypto/tls"
"event"
"github.com/fluffle/goirc/event"
"fmt"
"net"
"os"

View File

@ -4,7 +4,7 @@ package client
// to manage tracking an irc connection etc.
import (
"event"
"github.com/fluffle/goirc/event"
"strings"
)