Respond publicly but anonymously to whispers

Repository details (botten-nappet)
Project page
botten-nappet
Project category
(195 entries)
Owner
@joelpurra
Commit details (b73fba6f)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Respond publicly but anonymously to whispers

Raw text
Respond publicly but anonymously to whispers

Changed files (10)

Path Additions Deletions
config/default.yml +1 -0
src/backend/src/config/config.ts +9 -0
src/backend/src/main/authenticated-application-main.ts +9 -1
src/backend/src/main/per-user-handlers-main.ts +27 -0
src/backend/src/twitch/irc/handler/follow-reminder.ts +2 -2
src/backend/src/twitch/polling/event-handler/incoming-whisper-event-translator.ts +131 -0
src/backend/src/twitch/polling/event/iincoming-whisper-event.ts +34 -0
src/backend/src/twitch/polling/event/iuser-event.ts +26 -0
src/backend/src/twitch/polling/event/iuser-to-user-event.ts +26 -0
src/backend/src/twitch/polling/handler/whisper-irc-reply-handler.ts +93 -0

Commit categories (3)