From 932521008386699f1f3aa9fa563f3351ca40bc0a Mon Sep 17 00:00:00 2001 From: plugd Date: Fri, 1 Sep 2023 10:38:09 +0200 Subject: [PATCH] Bug fix. --- botbot.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1