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

https://github.com/benapetr/relaybot

Very simple and lightweight relay IRC bot - relay messages between channels on different IRC networks
https://github.com/benapetr/relaybot

Last synced: about 2 months ago
JSON representation

Very simple and lightweight relay IRC bot - relay messages between channels on different IRC networks

Awesome Lists containing this project

README

          

# relaybot
Very simple and powerfull relay IRC bot - relay messages between channels on different IRC networks

# How to make
```
mkdir rel && cd rel
cmake ../src
make
```

# How to use
```
cd relaybot
./relaybot relay1 tm-irc.org/#relay chat.freenode.net/#relay
```