mirror of
https://github.com/fluffle/goirc
synced 2025-07-02 03:23:58 +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() {
|
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…
Add table
Add a link
Reference in a new issue