An open API service indexing awesome lists of open source software.

https://github.com/yashsinghcodes/ifm.irc


https://github.com/yashsinghcodes/ifm.irc

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Architecture
[IRC Client] <---> [IFM Proxy] <---> [IRC Server]

## Current status:
Proxy works yayyy!!! But does not do anything other than parsing the message b/w client and server.
![Working](imgs/working1.png)

## Install
```bash
$ make
```

NOTE: If want to compile using GCC change `Makefile` CC to GCC.