Fix due to logging api change.

This commit is contained in:
Alex Bramley 2012-09-25 22:39:02 +01:00
parent c85f891c6b
commit 13855ff77b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ type Conn struct {
// that you can add event handlers to it. See AddHandler() for details.
func SimpleClient(nick string, args ...string) *Conn {
r := event.NewRegistry()
l := logging.NewFromFlags()
l := logging.DefaultLogger
ident := "goirc"
name := "Powered by GoIRC"