A little Go IRC CLI
Find a file
2019-10-24 23:00:46 +02:00
.gitignore Automatically connects to esper.net and sends a message 2019-10-24 23:00:46 +02:00
GoIRC.go Automatically connects to esper.net and sends a message 2019-10-24 23:00:46 +02:00
LICENSE.md Automatically connects to esper.net and sends a message 2019-10-24 23:00:46 +02:00
README.md Automatically connects to esper.net and sends a message 2019-10-24 23:00:46 +02:00

GoIRC

My first go application : a little CLI for IRC.

Description

The main goal of this application is for me to get started using go and get a bit familiar with it. I think IRC is both simple enough to not be the core of my reflexion and complex enough to apply some core Go concepts like concurrency.

TODOs

  • Messages send/receive
  • Multiple channels
    • Server
    • Channels
    • DMs
  • Handle disconnections
  • Nice CLUI
  • Multiple servers