irccloud icon indicating copy to clipboard operation
irccloud copied to clipboard

Log moment that user joined the channel

Open martinbeentjes opened this issue 5 years ago • 3 comments

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?

martinbeentjes avatar Jan 23 '20 09:01 martinbeentjes

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!

termoose avatar Jan 23 '20 20:01 termoose

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

Great work on this little tool!

martinbeentjes avatar Jan 24 '20 08:01 martinbeentjes

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

c99koder avatar Jun 16 '20 01:06 c99koder