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

Fetch the last n messages when joining #48

Closed PapaTutuWawa closed 5 years ago

PapaTutuWawa commented 5 years ago

Whenever a client issues a join-command, we want the server to fetch the last n messages that were sent in that channel and send them to the client.

The amount of messages is configurable and defaults to 20 messages, which I feel is reasonable.

PapaTutuWawa commented 5 years ago

@creesch Here you go