The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
go to https://github.com/aanoaa/p5-hubot/issues for the roadmap and known issues.

0.1.7    Tue Apr 23 20:23:58 2013 KST
    - delete unused irc connect option and doc
    - [shortcut] replacement charset to 'euckr' instead of 'ksc5601' # WTF
    - [help] COMMAND `hubot commands` is available

0.1.6    Wed Jan 30 12:19:11 2013 KST
    - GH#32 add several IRC connecting options (thanks @yuni)
    - GH#33 check pkg before using `$irc->enable_ssl` (thanks @yuni)

0.1.5    Fri Jan 18 10:48:49 2013 KST
    - fix https://rt.cpan.org/Public/Bug/Display.html?id=81555

0.1.4    Fri Jan 18 10:39:59 2013 KST
    - built-in script load for newbie if there is no exist `hubot-scripts.json`

0.1.3    Thu Jan  3 04:30:14 2013 KST
    - [shorten] pickup better charset in $body
    - add $adapter->exist interface and implemets each adapters

0.1.2    Mon Dec 17 12:18:20 2012 KST
    - add `s|script` option for select hubot-scripts.json file

0.1.1    Thu Nov 22 10:42:30 2012 KST
    - add HUBOT_IRC_ENABLE_SSL option for support ssl connecting

0.1.0    Wed Nov 21 18:43:05 2012 KST
    - robot has rest after send a message line for prevent got a kick from IRC server

0.0.10    Wed Nov 21 01:04:18 2012 KST
    - add whisper interface for IRC adapter

0.0.9    Fri Nov 16 17:11:14 2012 KST
    - fix generate random number in Hubot::Response
      for support googleImage script in Hubot::Scripts::Bundle

0.0.8    Thu Nov 15 18:21:55 2012 KST
    - bug fix
      - prevent cross reference between Modules
      - check $stringRegex length before convert
    - README - better look on github
    - add Helper module for test
    - add test file for 'roles' script
    - add test for help script
    - add test for shorten script
    - add test file for 'tweet' script
    - check ENV before using @shorten

0.0.7    Tue Oct 30 10:36:52 2012 KST
    - bug fix
      - matching user name correctly
      - refresh event owners room for each publicmsg event in IRC Adapter

0.0.6    Thu Oct 25 01:01:40 2012 KST
    - add whisper feature for IRC adapter

0.0.5    Wed Oct 24 18:58:04 2012 KST
    - bug fix
      - don't speak perl code when robot ambiguous users
      - encode, decode utf8 on IO data

0.0.4    Tue Oct 23 17:00:27 2012 KST
    - bug fix
      - assing user to robot's brain for extend script
      - maybe since now `cpan Hubot` is available (Hubot.pod -> Hubot.pm)

0.0.3    Fri Oct 19 11:38:10 2012 KST
    - enhance JSON process
    - Implements $robot's `catchAll`, `enter`, `leave` methods
    - bug fix
      - exit when `Shell` adapter

0.0.2    Tue Oct 16 12:57:41 2012 KST
    - describe pre-require modules
    - add `Hubot::Scripts::roles` as built
    - typo in `hubot` SYNOPSIS