1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-25 17:03:18 +00:00

Missed removal of conn.Debug.

This commit is contained in:
Alex Bramley 2011-10-06 21:37:41 +01:00
parent a4ac0dd1b7
commit 47de788c4c

View file

@ -11,7 +11,6 @@ import (
func main() {
// create new IRC connection
c := irc.New("GoTest", "gotest", "GoBot")
c.Debug = true
c.AddHandler("connected",
func(conn *irc.Conn, line *irc.Line) { conn.Join("#go-nuts") })