Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Implement private messaging #257

Merged
merged 2 commits into from Jun 19, 2018
Merged

Implement private messaging #257

merged 2 commits into from Jun 19, 2018

Conversation

themiron
Copy link
Contributor

@themiron themiron commented Jun 4, 2018

Implement simple private messaging support:

  1. { ircChan: 'bot', tgGroup: 'tg_username' }
    IRC contact->bot messages will be forwarded to TG as tg_bot->tg_username.
    Replies to that messages will be forwarded back to IRC contact, IRC name prefixing should be enabled.

  2. { ircChan: 'contact', tgGroup: 'tg_group' }
    IRC contact->bot messages will be forwarded to TG as tg_bot->tg_group.
    Messages from tg_group will be forwarded back to IRC contact.

@Mikaela Mikaela requested review from Bysmyyr and FruitieX June 5, 2018 18:55
@Bysmyyr
Copy link
Collaborator

Bysmyyr commented Jun 7, 2018

looks good but fix the checks please :)

@themiron
Copy link
Contributor Author

themiron commented Jun 7, 2018

sure, thanks for the remind

* Allow to send "<nick>: test" messages to telegram bot
  Previously only reply to incoming messages was possible
* Fix style checks
@themiron
Copy link
Contributor Author

themiron commented Jun 7, 2018

@Bysmyyr have fixed my changes, but checks are still failed due unrelated pre-existing code

@themiron
Copy link
Contributor Author

any news?

@FruitieX FruitieX merged commit 0820653 into FruitieX:develop Jun 19, 2018
@FruitieX
Copy link
Owner

Thanks! Sorry for not responding earlier, I'm a little bit inactive here as of lately. :)

@themiron
Copy link
Contributor Author

thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants