1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-07-05 04:49:23 +00:00

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"