-
Notifications
You must be signed in to change notification settings - Fork 291
IRC Users joining/parting/quiting #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Definitely this. Would be nice, in fact necessary if you want people to know if anyone is on the other side. |
Will this gonna be implemented or not??? This request's age is old af |
Wondering the same. |
We need a review on that to make merging possible, i cannot do it because i ain't coder at all. at least i tried to merge by myself but i failed so i am waiting for someone to merge it |
let's see if that will work))) 52 upvotes and 0 downvotes definantly deserve the request to be merged... still i dont much know how github works. PLEASE DO IT GUYS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks alright to me, it's simple enough at least. I'm not one of the devs however, so my approval doesn't mean shit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
52 upvotes and 0 downvotes definantly deserve the request to be merged...
Merged this PR into our fork, thank you very much @Ratismal ! To get this PR working, I had to make a few changes to the code. |
@RoyCurtis Thanks i hope you will ressurect this project! |
I don't think this project needs resurrecting, since the last commit was only 8 days ago. I also don't intend on taking over or providing support; that is purely just for our needs :) |
Glad you got it working @RoyCurtis. Considering how the last commit was to merge a 14 day old PR, and this PR was from over a year ago to implement basic events, I think there's little hope in the developers merging it. I'd recommend any developers to manually integrate IRC support into their projects. If you're not a developer, you'll just have to make do. The project certainly isn't "dead", it's not just actively developed. |
Hm, is there a particular reason this PR hasn't been merged? (Maybe because it seems to lack tests?) Edit: Is it the fact it's super old and rebasing it is horrible? :P |
Well, I rebased this anyway (and updated bits of it to use the format of the new code), then added tests and extracted the bit that finds the discord channel, and overall hopefully it'll be readily mergeable. (See #207.) |
Released in 2.3.0 - enable by setting |
I love Discord-IRC, but one of my major gripes with it is that IRC join/part/quit events aren't outputted to discord. I've just been manually changing my local files, but it's a bit irritating to do whenever I update. It would be great if this functionality came installed!
I have implemented this functionality in this branch. Feel free to change it as needed.
As a sidenote, I love the refactor that this code has received! It looks much cleaner.