mirror of https://github.com/fluffle/goirc
Missed removal of conn.Debug.
This commit is contained in:
parent
a4ac0dd1b7
commit
47de788c4c
|
@ -11,7 +11,6 @@ import (
|
||||||
func main() {
|
func main() {
|
||||||
// create new IRC connection
|
// create new IRC connection
|
||||||
c := irc.New("GoTest", "gotest", "GoBot")
|
c := irc.New("GoTest", "gotest", "GoBot")
|
||||||
c.Debug = true
|
|
||||||
c.AddHandler("connected",
|
c.AddHandler("connected",
|
||||||
func(conn *irc.Conn, line *irc.Line) { conn.Join("#go-nuts") })
|
func(conn *irc.Conn, line *irc.Line) { conn.Join("#go-nuts") })
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue