diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-21 16:25:07 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-21 16:25:07 +0000 |
commit | c2252b6c67df64995b336c27fb175d504af20675 (patch) | |
tree | d7d9db209ed0ab7350cf88008e1ec0cdc5556b0a /docs/Irssi/Irc/Notifylist.pod | |
parent | more fixing and moving (diff) | |
download | irssi-scripts-c2252b6c67df64995b336c27fb175d504af20675.tar.gz irssi-scripts-c2252b6c67df64995b336c27fb175d504af20675.zip |
added some stuff to the guide, and cleaned up some irssi.pod function descs
Diffstat (limited to '')
-rw-r--r-- | docs/Irssi/Irc/Notifylist.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Irssi/Irc/Notifylist.pod b/docs/Irssi/Irc/Notifylist.pod index 5b2628a..fd933ef 100644 --- a/docs/Irssi/Irc/Notifylist.pod +++ b/docs/Irssi/Irc/Notifylist.pod @@ -2,11 +2,12 @@ __END__ =head1 NAME -Irssi::Notifylist +Irssi::Irc::Notifylist =head1 FIELDS Notifylist->{} + mask - Notify nick mask away_check - Notify away status changes idle_check_time - Notify when idle time is reset and idle was bigger @@ -16,6 +17,7 @@ Notifylist->{} =head1 METHODS -Notifylist::ircnets_match(ircnet) - Returns 1 if notify is checked in `ircnet'. +=head2 C<ircnets_match $ircnet> + +Returns 1 if notify is checked in `ircnet'. |