creesch / discordIRCd

A node.js script that allows you to connect to discord with your irc client.
Apache License 2.0
115 stars 21 forks source link

Implement/backport message playback on joining. #47

Closed creesch closed 5 years ago

creesch commented 5 years ago

@Polynomdivision did the work already, but never did put in a pull request as they did a nice job as far as I am concerned.

https://github.com/Polynomdivision/discordIRCd/commits/master

This would be optional and the number of lines to be played back configurable.

PapaTutuWawa commented 5 years ago

@creesch Totally forgot that I made that change :sweat_smile: I am not that confident in my JavaScript-Game, but I'd be glad to create a PR

Edit: Done. I created the PR #48. Comments are more than welcome :smile:

creesch commented 5 years ago

Thanks again for the pull request!