X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=doc%2F8sync.texi;h=8dea9f3f63819dc0bd5a528b23eee8465e31e61d;hb=0d10b58e73e1ef034b2f1b47fdd31b4ff45d3ce3;hp=7412ea1e75942a11cdf532ddaa51f8a221830a95;hpb=c344305a29e610685dd2c2746bb495295f1696ef;p=8sync.git diff --git a/doc/8sync.texi b/doc/8sync.texi index 7412ea1..8dea9f3 100644 --- a/doc/8sync.texi +++ b/doc/8sync.texi @@ -1018,8 +1018,7 @@ Edit the respond section to see what channel it's really sending things to: @example -(define-method (handle-line (irc-bot ) message - speaker channel line emote?) +(define-method (handle-message (irc-bot ) message) ;; [... snip ...] (define (respond respond-line) (<- (actor-id irc-bot) 'send-line (pk 'channel channel) @@ -1048,8 +1047,7 @@ to looks like our own username that we respond back to the sender. (We can remove the pk now that we know what's going on.) @example -(define-method (handle-line (irc-bot ) message - speaker channel line emote?) +(define-method (handle-line (irc-bot ) message) ;; [... snip ...] (define (respond respond-line) (<- (actor-id irc-bot) 'send-line