1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

Fix due to logging api change change.

This commit is contained in:
Alex Bramley 2012-09-25 23:42:37 +01:00
parent c7809b90e4
commit aa021c7cac

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.DefaultLogger
l := logging.InitFromFlags()
ident := "goirc"
name := "Powered by GoIRC"