blob: a5428bf3c69b0fe3ad3a6d87ebf59544bbbbe878 (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
__END__
=head1 NAME
Irssi::Rawlog
=head1 FIELDS
C<Rawlog-E<gt>{}>
logging - The rawlog is being written to file currently
nlines - Number of lines in rawlog
=head1 METHODS
=head2 C<destroy>
Destroy the rawlog.
=head2 C<get_lines>
Returns all lines in rawlog.
=head2 C<open $filename>
Start logging new messages in rawlog to specified file.
=head2 C<close>
Stop logging to file.
=head2 C<save $filename>
Save the current rawlog history to specified file.
=head2 C<input $str>
Send `str' to raw log as input text.
=head2 C<output $str>
Send `str' to raw log as output text.
=head2 C<redirect $str>
Send `str' to raw log as redirection text.
|