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/Notifylist.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/Notifylist.pod')
-rw-r--r-- | docs/Irssi/Notifylist.pod | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/Irssi/Notifylist.pod b/docs/Irssi/Notifylist.pod deleted file mode 100644 index 5b2628a..0000000 --- a/docs/Irssi/Notifylist.pod +++ /dev/null @@ -1,21 +0,0 @@ -__END__ - -=head1 NAME - -Irssi::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 - than this (seconds) - ircnets - List of ircnets (strings) the notify is checked - - -=head1 METHODS - -Notifylist::ircnets_match(ircnet) - Returns 1 if notify is checked in `ircnet'. - |