blob: 6b0270a8bfdf2a2bfac2c095c4a4e934466599e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
__END__
=head1 NAME
Irssi::Ignore
=head1 FIELDS
C<Ignore-E<gt>{}>
mask - Ignore mask
servertag - Ignore only in server
channels - Ignore only in channels (list of names)
pattern - Ignore text pattern
level - Ignore level
exception - This is an exception ignore
regexp - Regexp pattern matching
fullword - Pattern matches only full words
=head1 METHODS
B<TODO>
=head2 C<add_rec>
=head2 C<update_rec>
|