From: Christopher Allan Webber Date: Sat, 24 Dec 2016 17:58:37 +0000 (-0600) Subject: irc: Fixing "PONG" response, calls to handle-foo commands. X-Git-Tag: v0.4.0~56 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=382af9f4ada1170faab3efda78ae5e3b5e1d4d42;hp=382af9f4ada1170faab3efda78ae5e3b5e1d4d42 irc: Fixing "PONG" response, calls to handle-foo commands. * 8sync/systems/irc.scm (dispatch-raw-line): Append irc-eol to PONG response. Fix calls to hanle-line and handle-misc-input, which recently were renamed. ---