blob: 7f89c64cb7723dc5afda4a111c449ad2a4cbaa15 (
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
|
__END__
=head1 NAME
Irssi::Rawlog
=head1 FIELDS
Rawlog->{}
logging - The rawlog is being written to file currently
nlines - Number of lines in rawlog
=head1 METHODS
Rawlog::destroy()
Destroy the rawlog.
Rawlog::get_lines()
Returns all lines in rawlog.
Rawlog::open(filename)
Start logging new messages in rawlog to specified file.
Rawlog::close()
Stop logging to file.
Rawlog::save(filename)
Save the current rawlog history to specified file.
Rawlog::input(str)
Send `str' to raw log as input text.
Rawlog::output(str)
Send `str' to raw log as output text.
Rawlog::redirect(str)
Send `str' to raw log as redirection text.
|