From: plugd Date: Fri, 1 Sep 2023 08:38:09 +0000 (+0200) Subject: Bug fix. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=932521008386699f1f3aa9fa563f3351ca40bc0a;p=botbot.git Bug fix. --- diff --git a/botbot.scm b/botbot.scm index 85a5ca9..eb9c078 100644 --- a/botbot.scm +++ b/botbot.scm @@ -68,7 +68,7 @@ (lambda () (let loop () (thread-sleep! ping-period) - (write-msg `(#f #f "PING" (,bot-host)) out-port) ; send ping + (write-msg `(#f #f "PING" (,irc-host)) out-port) ; send ping (loop))))) (define (bot-loop in-port out-port)