diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-16 19:32:51 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-16 19:32:51 +0000 |
commit | 7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2 (patch) | |
tree | a95e3e3453e1dc7a182f838b6d7afab84eb92c19 /docs/Irssi.pod | |
parent | moved process to ui namespace (diff) | |
download | irssi-scripts-7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2.tar.gz irssi-scripts-7c1e24dd5a3afe9c8c43e70c57b10b2a89d4d9e2.zip |
more fixing and moving
Diffstat (limited to 'docs/Irssi.pod')
-rw-r--r-- | docs/Irssi.pod | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/Irssi.pod b/docs/Irssi.pod index 11837d4..fc7e81f 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -85,53 +85,53 @@ For example: =head2 Accessors -=head3 active_win +=head3 C<active_win> C<my $win = Irssi::active_win();> returns the currently active L<Irssi::Window> -=head3 active_server +=head3 C<active_server> C<my $server = Irssi::active_server();> returns the currently active L<Irssi::Server> in active window. -=head3 windows +=head3 C<windows> returns a list of all L<windows|Irssi::Window>. -=head3 servers +=head3 C<servers> returns a list of all L<servers|Irssi::Server>. -=head3 reconnects +=head3 C<reconnects> returns a list of all L<server reconnections|Irssi::Reconnect>. -=head3 channels +=head3 C<channels> returns a list of all L<channels|Irssi::Channel>. -=head3 queries +=head3 C<queries> returns a list of all L<queries|Irssi::Query>. -=head3 commands +=head3 C<commands> returns a list of all L<commands|Irssi::Command>. -=head3 logs +=head3 C<logs> returns a list of all L<log files|Irssi::Log>. -=head3 ignores +=head3 C<ignores> returns a list of all L<ignores|Irssi::Ignore>. -=head3 dccs +=head3 C<dccs> -returns a list of all L<DCC connections|Irssi::Dcc> +returns a list of all L<DCC connections|Irssi::Irc::Dcc> =head2 Signals |