X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.icl;h=266531a21608c453ee0503d64001641219bae149;hp=d0a0098775973b0c7b7dbeb36d619de46a1136ec;hb=a07ec62a3f7932f70b34c5fe7fe5ec0fa92b283a;hpb=73e3f056b86da6bd5ac20b0f14a28ac7f79512d1 diff --git a/IRC.icl b/IRC.icl index d0a0098..266531a 100644 --- a/IRC.icl +++ b/IRC.icl @@ -132,7 +132,7 @@ instance toString IRCUser where toString m = m.irc_nick <+ maybe "" ((<+) "!") m.irc_user <+ maybe "" ((<+) "@") m.irc_host instance toString IRCCommand where - toString m = jon " " (gIRCPrint{|*|} m) +++ "\r\n" + toString m = jon " " (gIRCPrint{|*|} m) instance toString IRCReplies where toString r = printToString r instance toString IRCErrors where toString r = printToString r