The Lambda Lab
/
projects
/
botbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0e58efd
)
Bug fix.
author
plugd
<plugd@thelambdalab.xyz>
Fri, 1 Sep 2023 08:38:09 +0000
(10:38 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Fri, 1 Sep 2023 08:38:09 +0000
(10:38 +0200)
botbot.scm
patch
|
blob
|
history
diff --git
a/botbot.scm
b/botbot.scm
index
85a5ca9
..
eb9c078
100644
(file)
--- a/
botbot.scm
+++ b/
botbot.scm
@@
-68,7
+68,7
@@
(lambda ()
(let loop ()
(thread-sleep! ping-period)
(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)
(loop)))))
(define (bot-loop in-port out-port)