a simple IRC bouncer
1# boing 2a simple IRC bouncer 3 4I've never used IRC before. why not mess around and make a bouncer? 5 6**TODO:** 7- [ ] maintain connection after user disconnects 8 - [ ] handle pings? 9 - [ ] persist message backlog 10- [ ] custom commands 11 - [ ] client -> bouncer latency? 12- [ ] multi-server support 13- [ ] auth 14- [ ] CLI for control, stats, etc