Commit Graph

2 Commits

Author SHA256 Message Date
Stephan Kulow
f89c901e33 - updated to 0.86
- Add noticed(), which is like said() but for notices
    - Depend on POE::Component::IRC 6.56 for a notice-related fix
  
    - Document the 'no_run' attribute and add a getter/setter for it
    - Added a pocoirc() method which returns the underlying pocoirc object
    - Switched the backend from POE::Component::IRC to P::C::I::State
    - Print a warning and shut down if our session gets an exception
    - Document the channel_data() method
    - Depend on POE::Component::IRC 6.55 for a NAMES-related bugfix
  
    - Ignore empty strings returned by said()
    - Adjust the method documentation a bit to avoid confusion
    - Added the notice() method to send IRC notices.
      Useful when implementing bots.
  
    - Applied patch from Mario Domgörgen to use log() for warnings (RT #51804)
    - Only ignore said() when it returns undef/empty list, not false
    - got_names was never getting called. Fixed that.
    - Skip connect.t for now. I should rewrite it to use poco-server-irc...
  
    - Maintainership moved from cpan:TOMI to cpan:HINRIK
    - Use POE::Component::IRC's Connector plugin to handle reconnects. This
      fixes the endless reconnect loop when trying to shut down the bot
    - Kill subprocesses (e.g. those created by forkit()) on shutdown
    - Migrate distribution to Dist::Zilla
    - Eliminate bogus "NAMES HASH(0x1234567)" queries the bot was making after
      joining a channel

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=2
2011-04-04 17:18:44 +00:00
8d5099430f OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=1 2009-11-14 23:03:33 +00:00