mirror of https://github.com/fluffle/goirc
Sigh
This commit is contained in:
parent
f792080a07
commit
c86a9a257d
|
@ -111,13 +111,8 @@ func main() {
|
||||||
|
|
||||||
for !reallyquit {
|
for !reallyquit {
|
||||||
// connect to server
|
// connect to server
|
||||||
<<<<<<< HEAD
|
|
||||||
if err := c.Connect(*host); err != nil {
|
|
||||||
fmt.Printf("Error %v", err)
|
|
||||||
=======
|
|
||||||
if err := c.ConnectTo(*host); err != nil {
|
if err := c.ConnectTo(*host); err != nil {
|
||||||
fmt.Printf("Connection error: %s\n", err)
|
fmt.Printf("Connection error: %s\n", err)
|
||||||
>>>>>>> fluffle/master
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// wait on quit channel
|
// wait on quit channel
|
||||||
|
|
Loading…
Reference in New Issue