From: SourceForge.net <no...@so...> - 2012-03-18 19:12:18
|
Patches item #3048340, was opened at 2010-08-18 21:40 Message generated for change (Comment added) made by tulmad You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=3048340&group_id=2241 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tim Wojtulewicz () Assigned to: Nobody/Anonymous (nobody) Summary: Initial POE::Component::IRC support Initial Comment: This is very very rough. It'll connect to the server and that's about it. I'm working on getting it to automatically join channels currently, but there's a TON of stuff left to do still. As such, it does work. This is a diff against SVN. ---------------------------------------------------------------------- Comment By: Tim Wojtulewicz (tulmad) Date: 2012-03-18 12:12 Message: Thanks, I'll look into that. That might reduce the code a little too. The other thing I haven't figured out how to duplicate yet is the scheduling system. There's POE::Component::Schedule, but I don't know if it will work for what infobot does. ---------------------------------------------------------------------- Comment By: Rocco Caputo (rcaputo) Date: 2012-03-18 11:34 Message: Hi, Tim. irc.perl.org #poe is available to assist with POE::Component::IRC advice. For example, it has a plugins system that might help with joining channels: http://search.cpan.org/perldoc?POE::Component::IRC::Plugin::AutoJoin There seem to be a lot of plugins http://search.cpan.org/search?query=POE%3A%3AComponent%3A%3AIRC%3A%3APlugin&mode=module ---------------------------------------------------------------------- Comment By: Tim Wojtulewicz (tulmad) Date: 2012-03-17 22:08 Message: This is Tim again (posting from my sourceforge account now). I finally got back to working on this. I forgot I made this originally and started over from scratch. I have a new version of the patch that will connect to a server (SSL supported), along with supporting the karma command at the very least. I haven't gotten it automatically joining channels, but /invite works and the bot will join a channel without errors. I made a separate feature request (again, I forgot I posted this one 2 years ago) as #3470671. Should I post the new patch under that? Also, a new branch in SVN would be the most ideal way of working on this, so that I don't have to worry about everything being only on my machine. ---------------------------------------------------------------------- Comment By: Tim Riker (timriker) Date: 2010-08-19 14:19 Message: Do you have an account on SF directly? We could create a branch in SVN and work on the POE support there. There are others interested in helping out, but nobody else is currently working on it as far as I know. Thanx! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=302241&aid=3048340&group_id=2241 |