1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-07-05 21:09:24 +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

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