diff options
author | Wim <wim@42.be> | 2018-09-14 00:18:20 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-09-14 00:18:20 +0200 |
commit | e0ca876de2dd8a8f0226848ef4ef10ef27400291 (patch) | |
tree | 4eb6325ca4a641158290eb8768062abaf3d537a3 /vendor/github.com/lrstanley/girc/client.go | |
parent | a431a4fa04ca5251b4a937876d064842063da030 (diff) | |
download | matterbridge-msglm-e0ca876de2dd8a8f0226848ef4ef10ef27400291.tar.gz matterbridge-msglm-e0ca876de2dd8a8f0226848ef4ef10ef27400291.tar.bz2 matterbridge-msglm-e0ca876de2dd8a8f0226848ef4ef10ef27400291.zip |
Update vendor lrstanley/girc
Diffstat (limited to 'vendor/github.com/lrstanley/girc/client.go')
-rw-r--r-- | vendor/github.com/lrstanley/girc/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/lrstanley/girc/client.go b/vendor/github.com/lrstanley/girc/client.go index 4f823e16..63f47eaa 100644 --- a/vendor/github.com/lrstanley/girc/client.go +++ b/vendor/github.com/lrstanley/girc/client.go @@ -135,7 +135,7 @@ type Config struct { // PingDelay is the frequency between when the client sends a keep-alive // PING to the server, and awaits a response (and times out if the server // doesn't respond in time). This should be between 20-600 seconds. See - // Client.Lag() if you want to determine the delay between the server + // Client.Latency() if you want to determine the delay between the server // and the client. If this is set to -1, the client will not attempt to // send client -> server PING requests. PingDelay time.Duration |