From ced8aef9e7966a75b43c1d54b7fa06377bad8dff Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Fri, 16 Jul 2010 20:13:02 +0100 Subject: renamed everything to .pod since they are not actually perl modules --- docs/Irssi/Rawlog.pm | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 docs/Irssi/Rawlog.pm (limited to 'docs/Irssi/Rawlog.pm') diff --git a/docs/Irssi/Rawlog.pm b/docs/Irssi/Rawlog.pm deleted file mode 100644 index 7f89c64..0000000 --- a/docs/Irssi/Rawlog.pm +++ /dev/null @@ -1,40 +0,0 @@ -__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. - -- cgit v1.2.3