goIRC
goIRC copied to clipboard
trafficstars
goIRC
##IRC server written in Go
###Connection Steps
telnet ec2-54-191-196-95.us-west-2.compute.amazonaws.com 3030
###Commands
PASS <User Name>JOIN #<Channel Name>PRIVMSG #<Channel Name>:<Message>HELPLISTPART #<Channel Name>
To Run Locally
go run *[^_t].gotelnet localhost 3030