Automatically connects to esper.net and sends a message

This commit is contained in:
trotFunky 2019-10-24 23:00:46 +02:00
commit b97008549e
4 changed files with 785 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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