Alice

 view release on metacpan or  search on metacpan

lib/Alice/InfoWindow.pm  view on Meta::CPAN

package Alice::InfoWindow;

use Any::Moose;
use Encode;
use IRC::Formatting::HTML qw/irc_to_html/;
use Text::MicroTemplate qw/encoded_string/;

extends 'Alice::Window';

has '+title' => (required => 0, default => 'info');
has 'topic' => (is => 'ro', isa => 'HashRef', default => sub {{string => ''}});
has '+network' => (is => 'ro', default => "");
has '+type' => (is => 'ro', default => "info");

#
# DO NOT override the 'id' property, it is built in App/Alice.pm
# using the user-id, which is important for multiuser systems.
#

sub is_channel {0}

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 4.383 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )