| tehmaze | night |
| rindolf | BinGOs: weather => \&weather, bingos => \&bingos, rindolf => \&rindolf, etc. |
| BinGOs | $commands{ $command }->( @args ) if defined $commands{ $command } |
| rindolf | BinGOs: oh. BinGOs: you can also do that with ->can("handler_$event") |
| BinGOs | timmy odi wotsit. have I mentioned how shit Net::IRC is by the way. perlbot: Net::IRC |
| perlbot | Net::IRC is deprecated, undocumented, unloved and completely superceded by POE::Component::IRC |
| LeoNerd | Does PoCo::IRC do IPv6-agnostic name lookups yet? |
| BinGOs | Yes, it is all fixed and shiny. |
| VeXocide | tried PoCo::IRC, but it kept borking with irc_sockerr: NOERR or something like that, examples too and make test all went fine |
| Dandre_ | I have this code: http://pastebin.ca/467509 |
| buubot | The paste 467509 has been copied to http://erxz.com/pb/2464 |
| Dandre_ | How should I remove the duplucating code in Bar class? |
| BinGOs | VeXocide: I had some issues with the IPv6 support that I had coded in. The very latest version doesn't suffer from those errors anymore. |
| Dandre_ | I have tried but I don't get any _text() methode |
| VeXocide | BinGOs: that was 5.24 if i'm not mistaken |
| BinGOs | there is Bot::BasicBot for a gentler introduction to the world of PoCo-IRC alos. |
| LeoNerd | Does POE have generic name resolution stuff yet though... Or did you have to write that specifically for PoCo::IRC? |
| tehmaze | POE is plain horror :( |
| BinGOs | erm also. Flibble19642: poeit |
| Flibble19642 | BinGOs: Pronunciative Orage Exampleship |
| BinGOs | Hey, that's a good one >:) VeXocide: 5.28 is out. And it is all shiny and new like a button. |
| VeXocide | crap, that means rewriting all the base crap _again_ |
| BinGOs | LeoNerd: I had to specifically hack in ipv6 stuff. I have too many outstanding things to do myself. |
| LeoNerd | *tut* |
| BinGOs | like finish POE::Component::Server::SimpleCGI |
| LeoNerd | You know if I get that in IO-Async before POE gets it, I'll be amused... |
| BinGOs | and Bot::GumbyBRAIN |
| VeXocide | anyways, is there a simple way to make those function calls strict, and simple to reload ? :) |
| amnesiac | LeoNerd, IO-Async uses the aio layer? LeoNerd, or just a plain aio interface using threads? |
| LeoNerd | *blink* |