name mode size
conf 040000
doc 040000
lib 040000
source 040000
tools 040000
.gitignore 100644 13B
readme.md 100644 699B
readme.md
# Information A simple mediator between an IRC server and a web application # Dependencies - [node irc](https://node-irc.readthedocs.io/en/latest/) # Licence - model: GPLv3 - author: svartoyg # Building ## Requirements - TypeScript compiler - GNU Make ## Procedure - create a configuration file in the `conf` directory (e.g. `foobar.json`); deriving from `conf/example.json` might be a good idea - run `tools/build [<conf-profile>]` (e.g. `tools/build foobar`) # Running After building just execute `cd build && ./wirc`! # Plans and ToDos - support commands (e.g. `/nick new_name`) - support for actions (e.g. `/me smiles`) - add join and part events to `fetch` - support topic