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}
( run in 0.209 second using v1.01-cache-2.11-cpan-bf8d7bb2d05 )