mrexodia / gogitterirc

Gitter/IRC Sync bot written in Go
MIT License
7 stars 5 forks source link

Make only 2 services required #4

Open gazpachoking opened 7 years ago

gazpachoking commented 7 years ago

I'm using this right now with only IRC and Gitter, but had to hack around a bit to get it to work without telegram. Would be nice if only 2 of the 3 services were required to be configured, so that any bridging setup between was possible. This is my first time working with go, so I haven't figured a nice way to implement this yet, (otherwise I'd send a PR,) figured I'd raise an issue though.

str commented 5 years ago

I think I have the same issue @gazpachoking . Can you share your changes please?

mrexodia commented 5 years ago

Try removing this line https://github.com/mrexodia/gogitterirc/blob/master/gogitterirc.go#L16 and then remove all blobs of code that throw errors.

gazpachoking commented 5 years ago

I'm actually using matterbridge now.

mrexodia commented 5 years ago

Oww that looks spicy, I will check it out for sure to deprecate this! I only use this because it's in go and not some nodejs garbage ^^