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:
parent
a4ac0dd1b7
commit
47de788c4c
1 changed files with 0 additions and 1 deletions
|
@ -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") })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue