IRCGram++ is a complexly simple Telegram <-> IRC Gateway
Docker image for ircgrampp
This container is based on the beta version v0.1.9. This version is beta.
- ONLY To start a single bridge, see
--only
option - DEBUG Debug options, by default:
bridge,session
- EXTRAPARAMS Pase extra params to ircgrampp command
- /data For write-access data, like the channel information cache
- /config Config files
You only need to set the config directory and run the config commnad in interactive mode to use the wizard:
$ docker run -it -v ./config:/confg botmasters/ircgrampp config
Important: Not change the
user
orgroup
options, this must case problems.
Whit the finished configuration to run the server only need type:
$ docker run -v ./config:/config -v ./data:/data botmasters/ircgrampp
- Official IRC channel: #botmasters @ irc.kernelpanic.com.ar
- Official Telegram channel: @botmasters