diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/Windowitem.pod | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/Irssi/Windowitem.pod b/docs/Irssi/Windowitem.pod index 7781a44..f91183c 100644 --- a/docs/Irssi/Windowitem.pod +++ b/docs/Irssi/Windowitem.pod @@ -22,6 +22,7 @@ didn't work :) =head1 FIELDS Windowitem->{} + type - Type of the window item, for example "CHANNEL" or "QUERY" chat_type - String ID of chat protocol, for example "IRC" @@ -34,22 +35,25 @@ Windowitem->{} =head1 METHODS -Windowitem::print(str[, level]) +=head2 C<print $str, [$level]> + +=head2 C<command $cmd> + +=head2 C<set_active> + +Change window item active in parent window. -Windowitem::command(cmd) +=head2 C<change_server $server> +Change server in window item. -Windowitem::set_active() - Change window item active in parent window. +=head2 C<is_active> +Returns 1 if window item is the active item in parent window. -Windowitem::change_server(server) - Change server in window item. -Windowitem::is_active() - Returns 1 if window item is the active item in parent window. +=head2 C<get_dcc $item> -Dcc -Windowitem::get_dcc(item) - If `item' is a query of a =nick, return DCC chat record of nick. +If `item' is a query of a =nick, return DCC chat record of nick. +returns L<Irssi::Dcc> object. |