diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-22 17:22:50 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-22 17:22:50 +0000 |
commit | 6b8a33650130d9c28b4d11987601225412994445 (patch) | |
tree | e8eef40c29c5f7307ee8da5da5b09f7be2fad86c /docs/Irssi.pod | |
parent | added additional packages and full function dumps to pod, unformatted so far (diff) | |
download | irssi-scripts-6b8a33650130d9c28b4d11987601225412994445.tar.gz irssi-scripts-6b8a33650130d9c28b4d11987601225412994445.zip |
removed deprecated irssi::theme pod
Diffstat (limited to 'docs/Irssi.pod')
-rw-r--r-- | docs/Irssi.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Irssi.pod b/docs/Irssi.pod index 4b75f40..3187763 100644 --- a/docs/Irssi.pod +++ b/docs/Irssi.pod @@ -640,6 +640,10 @@ For example: 'nick', $channel->{name}); +=head3 C<current_theme> + +Returns the current L<theme|Irssi::UI::Theme> object. + =head2 DCC B<TODO: This should probably move to L<Irssi::Irc> |