termoose / irccloud

Text-mode terminal client for IRCCloud
MIT License
39 stars 3 forks source link

Log moment that user joined the channel #1

Open martinbeentjes opened 4 years ago

martinbeentjes commented 4 years ago

Hi, thanks for this wonderful piece of software!

It would be a nice feature if the join messages of the user using the tool is also shown in the buffer. Now I have to dig into the timestamps to determine when I joined again.

Is this possible using the IRCCloud API? If so, how can I/we contribute?

termoose commented 4 years ago

Hi not sure what you mean exactly, but sounds like you'd like something like this

[19:57]  -> martinbeen joined (some@hostname)

at the start of the buffer for when you joined? In that case it should be easy to add. Thanks for opening the first feature request!

martinbeentjes commented 4 years ago

Yes, that is exactly what I meant. Sorry for making it hard to understand.

Great work on this little tool!

c99koder commented 4 years ago

you_joined_channel is the event in our API for when the user joins a channel