Chew / DIRCord

Turn your Discord client into an amazing IRC Client (since IRC Is superior)
2 stars 1 forks source link

Show parts/joins from channels in the chat. #5

Open Chew opened 6 years ago

Chew commented 6 years ago

bob leaves on irc

Chat: "BOB LEFT REEE" (maybe changed a bit)

Chew commented 6 years ago

I implemented leaves in https://github.com/Chewsterchew/DIRCord/commit/19136476bcac385fe21e73b781875f90d2afda5c, not sure if cinch supports joining...

Chew commented 6 years ago

I can get around this by catching all the events and checking if a user quit, parted, or joined a channel and show those messages in chat.

Chew commented 6 years ago

This is pretty much mostly implemented, the bot doesn't track itself leaving the channel, only joins.