Skip to content

Commit

Permalink
Merge pull request #2 from zoffixznet/bleed
Browse files Browse the repository at this point in the history
Bleed v 2.001001
  • Loading branch information
zoffixznet committed Dec 21, 2015
2 parents b8035c1 + c525790 commit 3be97d3
Show file tree
Hide file tree
Showing 12 changed files with 479 additions and 92 deletions.
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
Revision History for 'IRC::Client' Perl 6 Distribution

2.001001 2015-12-21
[Redesign plugin system]
- each IRC command can now be implemented with a specific method of
name 'irc-command'
- Added individual privmsg-me and notice-me methods
- Removed `interval` and `msg` plugin methods.
- Added `irc-start-up` and `irc-connected` plugin methods
[Other]
- Improved debug output

1.001001 2015-11-19
- First version released on an unsuspecting world
2 changes: 2 additions & 0 deletions DESIGN-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Just some notes jotted down while reading RFCs

This is only for my own use and is not meant to be of any use to anyone else.

#### RFC 1459

http://irchelp.org/irchelp/rfc/rfc.html
Expand Down
2 changes: 1 addition & 1 deletion META.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"perl" : "6.*",
"name" : "IRC::Client",
"version" : "1.001001",
"version" : "1.002001",
"description" : "Extendable Internet Relay Chat client",
"depends" : [ "Data::Dump" ],
"test-depends" : [ "Test" ],
Expand Down
Loading

0 comments on commit 3be97d3

Please sign in to comment.