X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=IRC.icl;fp=IRC.icl;h=d0a0098775973b0c7b7dbeb36d619de46a1136ec;hp=266531a21608c453ee0503d64001641219bae149;hb=9d3f47b4dfbfcda74e3615361e858d156e3ef395;hpb=898c1d5cf59a5b3e1cdf6002db766c10f9d1a00e diff --git a/IRC.icl b/IRC.icl index 266531a..d0a0098 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) + toString m = jon " " (gIRCPrint{|*|} m) +++ "\r\n" instance toString IRCReplies where toString r = printToString r instance toString IRCErrors where toString r = printToString r