summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/github.com/thoj/go-ircevent/irc.go1
-rw-r--r--vendor/github.com/thoj/go-ircevent/irc_callback.go4
-rw-r--r--vendor/github.com/thoj/go-ircevent/irc_sasl.go (renamed from vendor/github.com/thoj/go-ircevent/sasl.go)0
-rw-r--r--vendor/manifest2
4 files changed, 3 insertions, 4 deletions
diff --git a/vendor/github.com/thoj/go-ircevent/irc.go b/vendor/github.com/thoj/go-ircevent/irc.go
index 0ba1d650..3981761a 100644
--- a/vendor/github.com/thoj/go-ircevent/irc.go
+++ b/vendor/github.com/thoj/go-ircevent/irc.go
@@ -152,7 +152,6 @@ func (irc *Connection) writeLoop() {
}
}
}
- return
}
// Pings the server if we have not received any messages for 5 minutes
diff --git a/vendor/github.com/thoj/go-ircevent/irc_callback.go b/vendor/github.com/thoj/go-ircevent/irc_callback.go
index 109cbb1f..b5622367 100644
--- a/vendor/github.com/thoj/go-ircevent/irc_callback.go
+++ b/vendor/github.com/thoj/go-ircevent/irc_callback.go
@@ -33,7 +33,7 @@ func (irc *Connection) RemoveCallback(eventcode string, i int) bool {
delete(irc.events[eventcode], i)
return true
}
- irc.Log.Printf("Event found, but no callback found at id %s\n", i)
+ irc.Log.Printf("Event found, but no callback found at id %d\n", i)
return false
}
@@ -64,7 +64,7 @@ func (irc *Connection) ReplaceCallback(eventcode string, i int, callback func(*E
event[i] = callback
return
}
- irc.Log.Printf("Event found, but no callback found at id %s\n", i)
+ irc.Log.Printf("Event found, but no callback found at id %d\n", i)
}
irc.Log.Printf("Event not found. Use AddCallBack\n")
}
diff --git a/vendor/github.com/thoj/go-ircevent/sasl.go b/vendor/github.com/thoj/go-ircevent/irc_sasl.go
index e5ff9e38..e5ff9e38 100644
--- a/vendor/github.com/thoj/go-ircevent/sasl.go
+++ b/vendor/github.com/thoj/go-ircevent/irc_sasl.go
diff --git a/vendor/manifest b/vendor/manifest
index 417c6ddd..98c01162 100644
--- a/vendor/manifest
+++ b/vendor/manifest
@@ -179,4 +179,4 @@
"notests": true
}
]
-} \ No newline at end of file
+}