aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Irssi/Rawlog.pod
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-01-08 20:00:20 +0000
committerTom Feist <shabble@metavore.org>2011-01-08 20:00:20 +0000
commit8d4fe58ee09b7f5d00ee0c1a6e122a1bcff7ca4e (patch)
tree953fd2f06c31f9c6e9708dabca5dcc8990b36d68 /docs/Irssi/Rawlog.pod
parentMerge branch 'tab_completion' (diff)
downloadirssi-scripts-8d4fe58ee09b7f5d00ee0c1a6e122a1bcff7ca4e.tar.gz
irssi-scripts-8d4fe58ee09b7f5d00ee0c1a6e122a1bcff7ca4e.zip
moved docs/ to https://github.com/shabble/irssi-docs
Diffstat (limited to '')
-rw-r--r--docs/Irssi/Rawlog.pod48
1 files changed, 0 insertions, 48 deletions
diff --git a/docs/Irssi/Rawlog.pod b/docs/Irssi/Rawlog.pod
deleted file mode 100644
index a5428bf..0000000
--- a/docs/Irssi/Rawlog.pod
+++ /dev/null
@@ -1,48 +0,0 @@
-__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.
-