From: Christopher Allan Webber Date: Mon, 23 Nov 2015 23:03:41 +0000 (-0600) Subject: removing whitespace X-Git-Tag: v0.1.0~78 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=4e0dd1c6881754498c144f50db4158d4bff4b782 removing whitespace --- diff --git a/demos/ircbot.scm b/demos/ircbot.scm index 0aef0d5..202c18c 100755 --- a/demos/ircbot.scm +++ b/demos/ircbot.scm @@ -36,8 +36,8 @@ ;; Add yours here (_ (irc-format socket "PRIVMSG ~a :*stupid puppy look*" channel)))) - (_ - (cond + (_ + (cond (is-action (format #t "~a emoted ~s in channel ~a\n" speaker message channel))