Missed removal of conn.Debug.

This commit is contained in:
Alex Bramley 2011-10-06 21:37:41 +01:00
parent a4ac0dd1b7
commit 47de788c4c
1 changed files with 0 additions and 1 deletions

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") })