Merge pull request #3 from tavaresb/master

Bugfix: Keep the original 'identified' callback
This commit is contained in:
Pedro Melo
2014-09-09 09:06:03 +01:00

View File

@@ -35,6 +35,8 @@ sub _parse_args {
sub _identified {
my ($self, $conn, $info) = @_;
$self->SUPER::_identified(@_);
$conn->subscribe(
$self->{topic},
$self->{channel},