Keep te original 'identified' callback

This commit is contained in:
Bruno Tavares
2014-09-03 09:59:46 +01:00
parent 7b89af5b97
commit e8ca613154

View File

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