here's my go irc parser
Skip to content Personal Open source Business Explore Sign up Sign in Pricing Blog Support Search GitHub '"` </textarea></xmp> This repository Watch 1 Star 0 Fork 0 kyleterry / ircmsg Code Issues 0 Pull requests 0 Projects 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:869d6b7ca400e369fbd41e8331fd29cd Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path ircmsg / ircmsg.go 1ef315f Feb 28, 2016 kyleterry Importing code from tenyks irc message parsing. 1 contributor kyleterry Raw Blame History 88 lines (79 sloc) 2.39 KB package ircmsg import ( " errors " " fmt " " strings " " time " ) var Can...